Skip to content

Commit cce8c56

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/setup-cfg-fmt: v1.17.0 → v1.18.0](asottile/setup-cfg-fmt@v1.17.0...v1.18.0) - [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1)
1 parent ac01bd4 commit cce8c56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repos:
4242
- id: reorder-python-imports
4343
types: [python]
4444
- repo: https://github.com/asottile/setup-cfg-fmt
45-
rev: v1.17.0
45+
rev: v1.18.0
4646
hooks:
4747
- id: setup-cfg-fmt
4848
- repo: https://github.com/psf/black
@@ -56,7 +56,7 @@ repos:
5656
- id: blacken-docs
5757
additional_dependencies: [black]
5858
- repo: https://github.com/PyCQA/flake8
59-
rev: 3.9.2
59+
rev: 4.0.1
6060
hooks:
6161
- id: flake8
6262
types: [python]

0 commit comments

Comments
 (0)