Skip to content

Commit b56bbcd

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

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.4.0
6+
rev: v4.5.0
77
hooks:
88
- id: check-yaml
99
- id: fix-encoding-pragma
1010
args: [--remove]
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.1
1515
hooks:
1616
- id: autoflake
1717
- repo: https://github.com/psf/black
18-
rev: 22.12.0
18+
rev: 23.11.0
1919
hooks:
2020
- id: black
2121
- repo: https://github.com/asottile/blacken-docs
22-
rev: 1.13.0
22+
rev: 1.16.0
2323
hooks:
2424
- id: blacken-docs
2525
additional_dependencies: [black]
@@ -29,7 +29,7 @@ repos:
2929
hooks:
3030
- id: isort
3131
- repo: https://github.com/pycqa/flake8
32-
rev: 6.0.0
32+
rev: 6.1.0
3333
hooks:
3434
- id: flake8
3535
entry: pflake8
@@ -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.7.0
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.6
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.15.0
6868
hooks:
6969
- id: pyupgrade
7070
args: [--py38-plus]

0 commit comments

Comments
 (0)