We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be29c56 commit 4535667Copy full SHA for 4535667
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
- id: check-yaml
16
- id: detect-private-key
17
- repo: https://github.com/tox-dev/pyproject-fmt
18
- rev: "v2.16.2"
+ rev: "v2.18.1"
19
hooks:
20
- id: pyproject-fmt
21
- repo: https://github.com/codespell-project/codespell
pyproject.toml
@@ -130,7 +130,6 @@ run.omit = [
130
formats = "ipynb,py:light"
131
132
# specify where version replacement is performed
133
-
134
[tool.bandit]
135
exclude_dirs = [ "tests" ]
136
0 commit comments