Skip to content

Commit bcaf94f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) - [github.com/PyCQA/doc8: v1.0.0 → v1.1.1](PyCQA/doc8@v1.0.0...v1.1.1) - [github.com/PyCQA/doc8: v1.0.0 → v1.1.1](PyCQA/doc8@v1.0.0...v1.1.1)
1 parent 5f3fdab commit bcaf94f

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
@@ -50,7 +50,7 @@ repos:
5050
- id: black
5151
language_version: python3.10
5252
- repo: https://github.com/PyCQA/flake8
53-
rev: 5.0.4
53+
rev: 6.0.0
5454
hooks:
5555
- id: flake8
5656
types: [python]
@@ -71,7 +71,7 @@ repos:
7171
Pygments,
7272
]
7373
- repo: https://github.com/PyCQA/doc8
74-
rev: v1.0.0
74+
rev: v1.1.1
7575
hooks:
7676
- id: doc8
7777
- repo: meta
@@ -84,7 +84,7 @@ repos:
8484
hooks:
8585
- id: check-manifest
8686
- repo: https://github.com/PyCQA/doc8
87-
rev: v1.0.0
87+
rev: v1.1.1
8888
hooks:
8989
- id: doc8
9090
- repo: https://github.com/asottile/setup-cfg-fmt

0 commit comments

Comments
 (0)