Skip to content

Commit 73d47ff

Browse files
authored
Auto-update pre-commit hooks
1 parent a630de7 commit 73d47ff

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ repos:
1111
- id: end-of-file-fixer
1212
- id: trailing-whitespace
1313
- repo: https://github.com/myint/autoflake
14-
rev: v2.0.1
14+
rev: v2.2.0
1515
hooks:
1616
- id: autoflake
1717
- repo: https://github.com/psf/black
18-
rev: 22.12.0
18+
rev: 23.3.0
1919
hooks:
2020
- id: black
2121
- repo: https://github.com/asottile/blacken-docs
22-
rev: 1.13.0
22+
rev: 1.14.0
2323
hooks:
2424
- id: blacken-docs
2525
additional_dependencies: [black]
@@ -49,7 +49,7 @@ repos:
4949
- id: rst-directive-colons
5050
- id: rst-inline-touching-normal
5151
- repo: https://github.com/pre-commit/mirrors-mypy
52-
rev: v0.991
52+
rev: v1.4.1
5353
hooks:
5454
- id: mypy
5555
files: ^src/
@@ -58,13 +58,13 @@ repos:
5858
- types-pkg_resources==0.1.2
5959
- types-paramiko
6060
- repo: https://github.com/codespell-project/codespell
61-
rev: v2.2.2
61+
rev: v2.2.5
6262
hooks:
6363
- id: codespell
6464
stages: [commit, commit-msg]
6565
args: [--ignore-words-list, 'titel,statics,ba,nd,te']
6666
- repo: https://github.com/asottile/pyupgrade
67-
rev: v3.3.1
67+
rev: v3.7.0
6868
hooks:
6969
- id: pyupgrade
7070
args: [--py38-plus]

0 commit comments

Comments
 (0)