We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834ae06 commit a32efb0Copy full SHA for a32efb0
.pre-commit-config.yaml
@@ -1,5 +1,6 @@
1
fail_fast: true
2
3
+# TODO: ruff
4
repos:
5
# checks for secrets via rules (gitleaks.toml)
6
- repo: https://github.com/zricethezav/gitleaks
@@ -10,10 +11,10 @@ repos:
10
11
rev: 23.1.0
12
hooks:
13
- id: black
- - repo: https://github.com/PyCQA/flake8
14
- rev: 6.0.0
15
- hooks:
16
- - id: flake8
+ # - repo: https://github.com/PyCQA/flake8
+ # rev: 6.0.0
+ # hooks:
17
+ # - id: flake8
18
# - repo: https://github.com/timothycrosley/isort
19
# rev: 5.10.1
20
# hooks:
0 commit comments