Skip to content

Commit eb5ee29

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.1 → v2.37.3](asottile/pyupgrade@v2.37.1...v2.37.3) - [github.com/PyCQA/doc8: 0.11.2 → v1.0.0](PyCQA/doc8@0.11.2...v1.0.0)
1 parent 4f81628 commit eb5ee29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -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.2"
2424
hooks:
2525
- id: flake8
2626

2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: "v2.37.1"
28+
rev: "v2.37.3"
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)