Skip to content

Commit

Permalink
Do not use isort pre-commit hook 🚹
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwant committed Oct 1, 2024
1 parent 2f5cdb9 commit bb8daf9
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@ repos:
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/pycqa/isort
rev: "5.13.2"
hooks:
- id: isort
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.8
hooks:
- id: ruff
- id: ruff-format
- id: ruff
args: ["--fix"]
- id: ruff-format
- repo: https://github.com/python-poetry/poetry
rev: "1.8.0"
hooks:
Expand Down

0 comments on commit bb8daf9

Please sign in to comment.