Skip to content

Commit e7f746b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.1.0...v5.0.0) - https://github.com/pre-commit/mirrors-autopep8https://github.com/hhatto/autopep8 - [github.com/hhatto/autopep8: v1.6.0 → v2.3.2](hhatto/autopep8@v1.6.0...v2.3.2) - [github.com/asottile/setup-cfg-fmt: v1.20.0 → v2.7.0](asottile/setup-cfg-fmt@v1.20.0...v2.7.0) - [github.com/asottile/pyupgrade: v2.31.0 → v3.19.1](asottile/pyupgrade@v2.31.0...v3.19.1) - [github.com/pycqa/flake8: 4.0.1 → 7.1.1](PyCQA/flake8@4.0.1...7.1.1)
1 parent f77db05 commit e7f746b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
exclude: ^.*_data/.*$
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.1.0
4+
rev: v5.0.0
55
hooks:
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
88
- id: check-yaml
99
- id: debug-statements
1010
- id: name-tests-test
11-
- repo: https://github.com/pre-commit/mirrors-autopep8
12-
rev: v1.6.0
11+
- repo: https://github.com/hhatto/autopep8
12+
rev: v2.3.2
1313
hooks:
1414
- id: autopep8
1515
- repo: https://github.com/asottile/setup-cfg-fmt
16-
rev: v1.20.0
16+
rev: v2.7.0
1717
hooks:
1818
- id: setup-cfg-fmt
1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: v2.31.0
20+
rev: v3.19.1
2121
hooks:
2222
- id: pyupgrade
2323
args: [--py37-plus]
2424
- repo: https://github.com/pycqa/flake8
25-
rev: 4.0.1
25+
rev: 7.1.1
2626
hooks:
2727
- id: flake8

0 commit comments

Comments
 (0)