Skip to content

Commit a5cf9bf

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.37.2 → v2.37.3](asottile/pyupgrade@v2.37.2...v2.37.3) - [github.com/asottile/setup-cfg-fmt: v1.20.2 → v2.0.0](asottile/setup-cfg-fmt@v1.20.2...v2.0.0) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.2](PyCQA/flake8@4.0.1...5.0.2)
1 parent e3894f6 commit a5cf9bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: end-of-file-fixer
1313
- id: trailing-whitespace
1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v2.37.2
15+
rev: v2.37.3
1616
hooks:
1717
- id: pyupgrade
1818
args: [ "--py36-plus" ]
@@ -40,12 +40,12 @@ repos:
4040
- id: tox-ini-fmt
4141
args: [ "-p", "fix_lint" ]
4242
- repo: https://github.com/asottile/setup-cfg-fmt
43-
rev: v1.20.2
43+
rev: v2.0.0
4444
hooks:
4545
- id: setup-cfg-fmt
4646
args: [ --min-py3-version, "3.7", "--max-py-version", "3.10" ]
4747
- repo: https://github.com/PyCQA/flake8
48-
rev: 4.0.1
48+
rev: 5.0.2
4949
hooks:
5050
- id: flake8
5151
additional_dependencies:

0 commit comments

Comments
 (0)