Skip to content

Commit 357b62a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.6.0 → 22.10.0](psf/black@22.6.0...22.10.0) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4) - [github.com/asottile/pyupgrade: v2.37.1 → v3.2.2](asottile/pyupgrade@v2.37.1...v3.2.2) - [github.com/PyCQA/doc8: 0.11.2 → v1.0.0](PyCQA/doc8@0.11.2...v1.0.0)
1 parent 4f81628 commit 357b62a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: check-added-large-files
1111

1212
- repo: https://github.com/psf/black
13-
rev: "22.6.0"
13+
rev: "22.10.0"
1414
hooks:
1515
- id: black
1616

@@ -20,16 +20,16 @@ repos:
2020
- id: isort
2121

2222
- repo: https://github.com/PyCQA/flake8
23-
rev: "4.0.1"
23+
rev: "5.0.4"
2424
hooks:
2525
- id: flake8
2626

2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: "v2.37.1"
28+
rev: "v3.2.2"
2929
hooks:
3030
- id: pyupgrade
3131

3232
- repo: https://github.com/PyCQA/doc8
33-
rev: "0.11.2"
33+
rev: "v1.0.0"
3434
hooks:
3535
- id: doc8

0 commit comments

Comments
 (0)