Skip to content
This repository was archived by the owner on Aug 9, 2025. It is now read-only.

Commit 66db4fd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](pre-commit/pre-commit-hooks@v4.0.1...v4.1.0) - [github.com/pre-commit/mirrors-autopep8: v1.5.7 → v1.6.0](pre-commit/mirrors-autopep8@v1.5.7...v1.6.0) - [github.com/asottile/reorder_python_imports: v2.6.0 → v3.0.1](asottile/reorder-python-imports@v2.6.0...v3.0.1) - [github.com/asottile/pyupgrade: v2.29.1 → v2.31.1](asottile/pyupgrade@v2.29.1...v2.31.1) - [github.com/Lucas-C/pre-commit-hooks: v1.1.10 → v1.1.13](Lucas-C/pre-commit-hooks@v1.1.10...v1.1.13)
1 parent 76f331a commit 66db4fd

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
@@ -1,7 +1,7 @@
11
exclude: ^vendor/|^\.activate.sh
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.0.1
4+
rev: v4.1.0
55
hooks:
66
- id: check-added-large-files
77
- id: check-ast
@@ -32,15 +32,15 @@ repos:
3232
hooks:
3333
- id: flake8
3434
- repo: https://github.com/pre-commit/mirrors-autopep8
35-
rev: v1.5.7
35+
rev: v1.6.0
3636
hooks:
3737
- id: autopep8
3838
- repo: https://github.com/asottile/reorder_python_imports
39-
rev: v2.6.0
39+
rev: v3.0.1
4040
hooks:
4141
- id: reorder-python-imports
4242
- repo: https://github.com/asottile/pyupgrade
43-
rev: v2.29.1
43+
rev: v2.31.1
4444
hooks:
4545
- id: pyupgrade
4646
args: ['--py36-plus']
@@ -50,7 +50,7 @@ repos:
5050
- id: add-trailing-comma
5151
args: ['--py36-plus']
5252
- repo: https://github.com/Lucas-C/pre-commit-hooks
53-
rev: v1.1.10
53+
rev: v1.1.13
5454
hooks:
5555
- id: remove-tabs
5656
- id: remove-crlf

0 commit comments

Comments
 (0)