Skip to content

Commit 19f40f2

Browse files
pre-commit-ci[bot]KelSolaar
authored andcommitted
[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/PyCQA/flake8: 4.0.1 → 5.0.3](PyCQA/flake8@4.0.1...5.0.3)
1 parent eb8d2b6 commit 19f40f2

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v2.37.2
3+
rev: v2.37.3
44
hooks:
55
- id: pyupgrade
66
args: [--py38-plus]
@@ -14,7 +14,7 @@ repos:
1414
- id: black
1515
language_version: python3.8
1616
- repo: https://github.com/PyCQA/flake8
17-
rev: 4.0.1
17+
rev: 5.0.3
1818
hooks:
1919
- id: flake8
2020
exclude : cache|output|plugins

0 commit comments

Comments
 (0)