We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4769d07 commit 0407f2bCopy full SHA for 0407f2b
2 files changed
.pre-commit-config.yaml
@@ -23,7 +23,6 @@ repos:
23
hooks:
24
- id: trailing-whitespace
25
- id: end-of-file-fixer
26
- - id: debug-statements
27
- id: check-yaml
28
- id: check-ast
29
- repo: https://github.com/astral-sh/ruff-pre-commit
ruff.toml
@@ -56,6 +56,7 @@ select = [
56
"C4", # flake8-comprehensions
57
"I", # isort
58
"UP", # pyupgrade
59
+ "T100", # flake8-debugger
60
]
61
ignore = []
62
0 commit comments