Skip to content

Commit a7db5d9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.34.0 → v2.38.2](asottile/pyupgrade@v2.34.0...v2.38.2) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4) - [github.com/psf/black: 22.3.0 → 22.8.0](psf/black@22.3.0...22.8.0)
1 parent eed9461 commit a7db5d9

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
@@ -9,17 +9,17 @@ repos:
99
- id: check-ast
1010

1111
- repo: https://github.com/asottile/pyupgrade
12-
rev: v2.34.0
12+
rev: v2.38.2
1313
hooks:
1414
- id: pyupgrade
1515

1616
- repo: https://github.com/PyCQA/flake8
17-
rev: 4.0.1
17+
rev: 5.0.4
1818
hooks:
1919
- id: flake8
2020

2121
- repo: https://github.com/psf/black
22-
rev: 22.3.0
22+
rev: 22.8.0
2323
hooks:
2424
- id: black
2525

0 commit comments

Comments
 (0)