Update .pre-commit-config.yaml
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
fail_fast: true
|
||||
repos:
|
||||
- repo: https://github.com/adamchainz/djade-pre-commit
|
||||
rev: "1.0.0" # Replace with the latest tag on GitHub
|
||||
hooks:
|
||||
- id: djade
|
||||
args: [--target-version, "4.2"] # Replace with Django version
|
||||
- repo: https://github.com/asottile/reorder_python_imports
|
||||
rev: v3.12.0
|
||||
hooks:
|
||||
@@ -40,4 +45,4 @@ repos:
|
||||
- repo: https://github.com/pycqa/flake8
|
||||
rev: '6.0.0' # pick a git hash / tag to point to
|
||||
hooks:
|
||||
- id: flake8
|
||||
- id: flake8
|
||||
|
||||
Reference in New Issue
Block a user