Skip to content

Commit b587ade

Browse files
committed
pre-commit autoupdate
1 parent 8fdbc06 commit b587ade

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.4.0
3+
rev: v4.5.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.10.0
13+
rev: v3.12.0
1414
hooks:
1515
- id: reorder-python-imports
1616
args: [--py38-plus, --add-import, 'from __future__ import annotations']
1717
- repo: https://github.com/asottile/add-trailing-comma
18-
rev: v3.0.0
18+
rev: v3.1.0
1919
hooks:
2020
- id: add-trailing-comma
2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.8.0
22+
rev: v3.15.0
2323
hooks:
2424
- id: pyupgrade
2525
args: [--py38-plus]
2626
- repo: https://github.com/pre-commit/mirrors-autopep8
27-
rev: v2.0.2
27+
rev: v2.0.4
2828
hooks:
2929
- id: autopep8
3030
- repo: https://github.com/PyCQA/flake8
31-
rev: 6.0.0
31+
rev: 7.0.0
3232
hooks:
3333
- id: flake8
3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v1.4.1
35+
rev: v1.8.0
3636
hooks:
3737
- id: mypy

0 commit comments

Comments
 (0)