Skip to content

Commit 84d56a8

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/PyCQA/flake8: 4.0.1 → 5.0.3](4.0.1...5.0.3)
1 parent ff6569b commit 84d56a8

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
@@ -13,7 +13,7 @@ repos:
1313
- id: reorder-python-imports
1414
args: [--application-directories, '.:src', --py36-plus]
1515
- repo: https://github.com/asottile/pyupgrade
16-
rev: v2.37.2
16+
rev: v2.37.3
1717
hooks:
1818
- id: pyupgrade
1919
args: [--py36-plus]
@@ -23,7 +23,7 @@ repos:
2323
- id: black
2424
args: [--line-length=79]
2525
- repo: https://github.com/PyCQA/flake8
26-
rev: 4.0.1
26+
rev: 5.0.3
2727
hooks:
2828
- id: flake8
2929
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)