Skip to content

Commit

Permalink
chore: comment out isort pre-commit section until all changes are int…
Browse files Browse the repository at this point in the history
…roduced
  • Loading branch information
maciejmajek committed Jan 27, 2025
1 parent 3f4bc96 commit 3e7064c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ repos:
- id: autoflake
args: ["--remove-all-unused-imports", "--in-place"]

- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black", "--filter-files"]
# - repo: https://github.com/pycqa/isort
# rev: 5.13.2
# hooks:
# - id: isort
# args: ["--profile", "black", "--filter-files"]

- repo: https://github.com/psf/black
rev: 24.4.2
Expand Down

0 comments on commit 3e7064c

Please sign in to comment.