Skip to content

Commit 6fcdce4

Browse files
committed
Update pre-commit hooks
1 parent fe3547a commit 6fcdce4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ repos:
2020
- id: trailing-whitespace
2121
- id: detect-private-key
2222
- repo: https://github.com/Lucas-C/pre-commit-hooks
23-
rev: v1.3.0
23+
rev: v1.3.1
2424
hooks:
2525
- id: remove-tabs
2626
- repo: https://github.com/codespell-project/codespell
27-
rev: v2.1.0
27+
rev: v2.2.1
2828
hooks:
2929
- id: codespell
3030
args: [-w]
@@ -45,12 +45,12 @@ repos:
4545
- id: python-no-eval
4646
- id: text-unicode-replacement-char
4747
- repo: https://github.com/asottile/pyupgrade
48-
rev: v2.37.1
48+
rev: v2.38.2
4949
hooks:
5050
- id: pyupgrade
5151
args: [--py37-plus]
5252
- repo: https://github.com/psf/black
53-
rev: 22.6.0
53+
rev: 22.8.0
5454
hooks:
5555
- id: black
5656
language_version: python3
@@ -59,12 +59,12 @@ repos:
5959
hooks:
6060
- id: blacken-docs
6161
- repo: https://github.com/pre-commit/mirrors-mypy
62-
rev: v0.961
62+
rev: v0.981
6363
hooks:
6464
- id: mypy
6565
additional_dependencies: [types-six, types-toml, types-Deprecated]
6666
- repo: https://github.com/pycqa/flake8
67-
rev: 4.0.1
67+
rev: 5.0.4
6868
hooks:
6969
- id: flake8
7070
- repo: https://github.com/Lucas-C/pre-commit-hooks-bandit

0 commit comments

Comments
 (0)