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

Commit 56b95a1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.3.0](pre-commit/pre-commit-hooks@v4.0.1...v4.3.0) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.2](PyCQA/flake8@4.0.1...5.0.2) - [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.8.2](asottile/reorder-python-imports@v2.6.0...v3.8.2) - [github.com/asottile/pyupgrade: v2.29.1 → v2.37.3](asottile/pyupgrade@v2.29.1...v2.37.3) - [github.com/asottile/add-trailing-comma: v2.2.1 → v2.2.3](asottile/add-trailing-comma@v2.2.1...v2.2.3) - [github.com/Lucas-C/pre-commit-hooks: v1.1.10 → v1.3.0](Lucas-C/pre-commit-hooks@v1.1.10...v1.3.0)
1 parent 76f331a commit 56b95a1

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,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.3.0
55
hooks:
66
- id: check-added-large-files
77
- id: check-ast
@@ -28,29 +28,29 @@ repos:
2828
- id: sort-simple-yaml
2929
- id: trailing-whitespace
3030
- repo: https://github.com/PyCQA/flake8
31-
rev: 4.0.1
31+
rev: 5.0.2
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.8.2
4040
hooks:
4141
- id: reorder-python-imports
4242
- repo: https://github.com/asottile/pyupgrade
43-
rev: v2.29.1
43+
rev: v2.37.3
4444
hooks:
4545
- id: pyupgrade
4646
args: ['--py36-plus']
4747
- repo: https://github.com/asottile/add-trailing-comma
48-
rev: v2.2.1
48+
rev: v2.2.3
4949
hooks:
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.3.0
5454
hooks:
5555
- id: remove-tabs
5656
- id: remove-crlf

0 commit comments

Comments
 (0)