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 4e07241 commit ecaddc4Copy full SHA for ecaddc4
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
hooks:
25
- id: remove-tabs
26
- repo: https://github.com/codespell-project/codespell
27
- rev: v2.2.2
+ rev: v2.2.4
28
29
- id: codespell
30
args: [-w]
@@ -59,7 +59,7 @@ repos:
59
60
- id: blacken-docs
61
- repo: https://github.com/pre-commit/mirrors-mypy
62
- rev: v1.0.1
+ rev: v1.1.1
63
64
- id: mypy
65
additional_dependencies: [types-six, types-toml]
@@ -68,7 +68,7 @@ repos:
68
69
- id: flake8
70
- repo: https://github.com/PyCQA/bandit
71
- rev: 1.7.4
+ rev: 1.7.5
72
73
- id: bandit
74
args: [-c, bandit.yaml]
0 commit comments