Skip to content

Commit

Permalink
Update pre-commit hook configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
TimJentzsch committed May 17, 2023
1 parent 75227a2 commit 0c9d444
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,9 @@
repos:
- repo: https://github.com/asottile/seed-isort-config
rev: v2.2.0
hooks:
- id: seed-isort-config
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.10.1
hooks:
- id: isort
- repo: https://github.com/ambv/black
rev: 22.6.0
rev: 22.3.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: 5.0.1
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.265
hooks:
- id: flake8
additional_dependencies: [
"flake8-annotations==2.9.0",
"flake8-black==0.3.3",
"flake8-docstrings==1.6.0",
#"flake8-isort==4.1.2", # flake8-isort doesn't support flake8 5 yet, uncomment this when it does.
"flake8-variables-names==0.0.5"
]
- id: ruff

0 comments on commit 0c9d444

Please sign in to comment.