Skip to content

Commit ae05add

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/setup-cfg-fmt: v1.20.1 → v2.0.0](asottile/setup-cfg-fmt@v1.20.1...v2.0.0) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4) - [github.com/pre-commit/mirrors-autopep8: v1.6.0 → v1.7.0](pre-commit/mirrors-autopep8@v1.6.0...v1.7.0) - [github.com/asottile/pyupgrade: v2.34.0 → v2.37.3](asottile/pyupgrade@v2.34.0...v2.37.3) - [github.com/pre-commit/mirrors-mypy: v0.961 → v0.971](pre-commit/mirrors-mypy@v0.961...v0.971)
1 parent a897081 commit ae05add

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,29 @@ repos:
88
- id: requirements-txt-fixer
99
- id: trailing-whitespace
1010
- repo: https://github.com/asottile/setup-cfg-fmt
11-
rev: v1.20.1
11+
rev: v2.0.0
1212
hooks:
1313
- id: setup-cfg-fmt
1414
- repo: https://github.com/PyCQA/flake8
15-
rev: 4.0.1
15+
rev: 5.0.4
1616
hooks:
1717
- id: flake8
1818
additional_dependencies: [flake8-typing-imports==1.7.0]
1919
- repo: https://github.com/pre-commit/mirrors-autopep8
20-
rev: v1.6.0
20+
rev: v1.7.0
2121
hooks:
2222
- id: autopep8
2323
- repo: https://github.com/asottile/add-trailing-comma
2424
rev: v2.2.3
2525
hooks:
2626
- id: add-trailing-comma
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v2.34.0
28+
rev: v2.37.3
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py37-plus]
3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v0.961
33+
rev: v0.971
3434
hooks:
3535
- id: mypy
3636
exclude: ^tests/

0 commit comments

Comments
 (0)