Skip to content

Commit 5233b88

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.9.0 → v3.10.0](asottile/reorder-python-imports@v3.9.0...v3.10.0) - [github.com/asottile/add-trailing-comma: v2.4.0 → v3.0.1](asottile/add-trailing-comma@v2.4.0...v3.0.1) - [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.5.0](pre-commit/mirrors-mypy@v1.2.0...v1.5.0) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
1 parent 3b7c6b2 commit 5233b88

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@ repos:
99
- id: name-tests-test
1010
- id: requirements-txt-fixer
1111
- id: double-quote-string-fixer
12-
- repo: https://github.com/asottile/reorder_python_imports
13-
rev: v3.9.0
12+
- repo: https://github.com/asottile/reorder-python-imports
13+
rev: v3.10.0
1414
hooks:
1515
- id: reorder-python-imports
1616
- repo: https://github.com/pre-commit/mirrors-autopep8
1717
rev: v2.0.2
1818
hooks:
1919
- id: autopep8
2020
- repo: https://github.com/asottile/add-trailing-comma
21-
rev: v2.4.0
21+
rev: v3.0.1
2222
hooks:
2323
- id: add-trailing-comma
2424
args: [--py36-plus]
2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: v1.2.0
26+
rev: v1.5.0
2727
hooks:
2828
- id: mypy
2929
- repo: https://github.com/PyCQA/flake8
30-
rev: 6.0.0
30+
rev: 6.1.0
3131
hooks:
3232
- id: flake8

0 commit comments

Comments
 (0)