Skip to content

Commit b804cf7

Browse files
authored
Merge pull request #25 from mxr/bump
`pre-commit autoupdate`
2 parents da3b32a + 4cf2179 commit b804cf7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -10,28 +10,28 @@ repos:
1010
- id: name-tests-test
1111
- id: requirements-txt-fixer
1212
- repo: https://github.com/asottile/reorder-python-imports
13-
rev: v3.13.0
13+
rev: v3.16.0
1414
hooks:
1515
- id: reorder-python-imports
1616
args: [--py310-plus, --add-import, 'from __future__ import annotations']
1717
- repo: https://github.com/asottile/add-trailing-comma
18-
rev: v3.1.0
18+
rev: v4.0.0
1919
hooks:
2020
- id: add-trailing-comma
2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.17.0
22+
rev: v3.21.2
2323
hooks:
2424
- id: pyupgrade
2525
args: [--py310-plus]
2626
- repo: https://github.com/hhatto/autopep8
27-
rev: v2.3.1
27+
rev: v2.3.2
2828
hooks:
2929
- id: autopep8
3030
- repo: https://github.com/PyCQA/flake8
31-
rev: 7.1.1
31+
rev: 7.3.0
3232
hooks:
3333
- id: flake8
3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v1.11.2
35+
rev: v1.20.0
3636
hooks:
3737
- id: mypy

0 commit comments

Comments
 (0)