Skip to content

Commit ecaddc4

Browse files
committed
Update pre-commit hooks
1 parent 4e07241 commit ecaddc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
hooks:
2525
- id: remove-tabs
2626
- repo: https://github.com/codespell-project/codespell
27-
rev: v2.2.2
27+
rev: v2.2.4
2828
hooks:
2929
- id: codespell
3030
args: [-w]
@@ -59,7 +59,7 @@ repos:
5959
hooks:
6060
- id: blacken-docs
6161
- repo: https://github.com/pre-commit/mirrors-mypy
62-
rev: v1.0.1
62+
rev: v1.1.1
6363
hooks:
6464
- id: mypy
6565
additional_dependencies: [types-six, types-toml]
@@ -68,7 +68,7 @@ repos:
6868
hooks:
6969
- id: flake8
7070
- repo: https://github.com/PyCQA/bandit
71-
rev: 1.7.4
71+
rev: 1.7.5
7272
hooks:
7373
- id: bandit
7474
args: [-c, bandit.yaml]

0 commit comments

Comments
 (0)