Skip to content

Commit e9682a8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.1.0...v4.6.0) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.0.1 → v3.13.0](asottile/reorder-python-imports@v3.0.1...v3.13.0) - https://github.com/pre-commit/mirrors-autopep8https://github.com/hhatto/autopep8 - [github.com/hhatto/autopep8: v1.6.0 → v2.3.1](hhatto/autopep8@v1.6.0...v2.3.1) - [github.com/asottile/add-trailing-comma: v2.2.2 → v3.1.0](asottile/add-trailing-comma@v2.2.2...v3.1.0) - [github.com/pre-commit/mirrors-mypy: v0.942 → v1.11.2](pre-commit/mirrors-mypy@v0.942...v1.11.2) - [github.com/PyCQA/flake8: 4.0.1 → 7.1.1](PyCQA/flake8@4.0.1...7.1.1)
1 parent 608bc6e commit e9682a8

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.1.0
3+
rev: v4.6.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -9,25 +9,25 @@ 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.0.1
12+
- repo: https://github.com/asottile/reorder-python-imports
13+
rev: v3.13.0
1414
hooks:
1515
- id: reorder-python-imports
16-
- repo: https://github.com/pre-commit/mirrors-autopep8
17-
rev: v1.6.0
16+
- repo: https://github.com/hhatto/autopep8
17+
rev: v2.3.1
1818
hooks:
1919
- id: autopep8
2020
- repo: https://github.com/asottile/add-trailing-comma
21-
rev: v2.2.2
21+
rev: v3.1.0
2222
hooks:
2323
- id: add-trailing-comma
2424
args: [--py36-plus]
2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: v0.942
26+
rev: v1.11.2
2727
hooks:
2828
- id: mypy
2929
additional_dependencies: [types-termcolor==0.1.0, types-requests==2.25.6]
3030
- repo: https://github.com/PyCQA/flake8
31-
rev: 4.0.1
31+
rev: 7.1.1
3232
hooks:
3333
- id: flake8

0 commit comments

Comments
 (0)