Skip to content

Commit 9e4fe62

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/asottile/reorder-python-imports: v3.12.0 → v3.13.0](asottile/reorder-python-imports@v3.12.0...v3.13.0) - [github.com/psf/black: 23.10.1 → 24.4.2](psf/black@23.10.1...24.4.2) - [github.com/asottile/pyupgrade: v3.15.0 → v3.16.0](asottile/pyupgrade@v3.15.0...v3.16.0) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.10.1](pre-commit/mirrors-mypy@v1.6.1...v1.10.1) - [github.com/pycqa/flake8: 6.1.0 → 7.1.0](PyCQA/flake8@6.1.0...7.1.0)
1 parent da1c38f commit 9e4fe62

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
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
exclude: ^(tests/.*)
99
- repo: https://github.com/asottile/reorder-python-imports
10-
rev: v3.12.0
10+
rev: v3.13.0
1111
hooks:
1212
- id: reorder-python-imports
1313

1414
- repo: https://github.com/psf/black
15-
rev: '23.10.1'
15+
rev: '24.4.2'
1616
hooks:
1717
- id: black
1818
args:
@@ -21,13 +21,13 @@ repos:
2121
- "120"
2222

2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.15.0
24+
rev: v3.16.0
2525
hooks:
2626
- id: pyupgrade
2727
args: ["--py38-plus"]
2828

2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: 'v1.6.1'
30+
rev: 'v1.10.1'
3131
hooks:
3232
- id: mypy
3333
args:
@@ -39,7 +39,7 @@ repos:
3939
- types-regex
4040

4141
- repo: https://github.com/pycqa/flake8
42-
rev: '6.1.0' # pick a git hash / tag to point to
42+
rev: '7.1.0' # pick a git hash / tag to point to
4343
hooks:
4444
- id: flake8
4545
args:

0 commit comments

Comments
 (0)