Skip to content

Commit a15f44e

Browse files
[pre-commit.ci] pre-commit autoupdate (#932)
updates: - [github.com/asottile/pyupgrade: v2.37.2 → v2.37.3](asottile/pyupgrade@v2.37.2...v2.37.3) - [github.com/PyCQA/flake8: 5.0.0 → 5.0.2](PyCQA/flake8@5.0.0...5.0.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 78d1414 commit a15f44e

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
@@ -14,7 +14,7 @@ repos:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v2.37.2
17+
rev: v2.37.3
1818
hooks:
1919
- id: pyupgrade
2020
args: [--py37-plus]
@@ -33,7 +33,7 @@ repos:
3333
hooks:
3434
- id: isort
3535
- repo: https://github.com/PyCQA/flake8
36-
rev: 5.0.0
36+
rev: 5.0.2
3737
hooks:
3838
- id: flake8
3939
additional_dependencies:

0 commit comments

Comments
 (0)