Skip to content

Commit de039d1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 4.0.1 → 5.0.2](PyCQA/flake8@4.0.1...5.0.2) - [github.com/asottile/pyupgrade: v2.37.2 → v2.37.3](asottile/pyupgrade@v2.37.2...v2.37.3)
1 parent 4bd24d1 commit de039d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: requirements-txt-fixer
1818
- id: double-quote-string-fixer
1919
- repo: https://github.com/PyCQA/flake8
20-
rev: 4.0.1
20+
rev: 5.0.2
2121
hooks:
2222
- id: flake8
2323
- repo: https://github.com/pre-commit/mirrors-autopep8
@@ -30,7 +30,7 @@ repos:
3030
- id: reorder-python-imports
3131
args: [--py37-plus]
3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v2.37.2
33+
rev: v2.37.3
3434
hooks:
3535
- id: pyupgrade
3636
args: [--py37-plus]

0 commit comments

Comments
 (0)