Skip to content

Commit

Permalink
reverse to pass https://github.com/PyCQA/isort in pre-commit-yml #44
Browse files Browse the repository at this point in the history
  • Loading branch information
mxochicale committed Apr 1, 2024
1 parent b25edca commit 402c5c8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,7 @@ repos:
- id: isort
exclude: doc/data/messages/
exclude: 'data/.*|docs/.*|notebooks/.*|dependencies/.*'
- repo: https://github.com/psf/black
rev: 24.2.0
hooks:
- id: black
language: system
types: [python]
- repo: local
- repo: local
hooks:
- id: pylint
name: pylint
Expand Down

0 comments on commit 402c5c8

Please sign in to comment.