Skip to content

Commit 4cddee9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0) - [github.com/asottile/blacken-docs: v1.12.1 → 1.13.0](adamchainz/blacken-docs@v1.12.1...1.13.0) - [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 4cddee9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
args: [--branch, main]
2828
- id: trailing-whitespace
2929
- repo: https://github.com/pre-commit/pygrep-hooks
30-
rev: v1.9.0
30+
rev: v1.10.0
3131
hooks:
3232
- id: python-check-blanket-noqa
3333
- id: python-check-mock-methods
@@ -39,7 +39,7 @@ repos:
3939
- id: rst-inline-touching-normal
4040
- id: text-unicode-replacement-char
4141
- repo: https://github.com/asottile/blacken-docs
42-
rev: v1.12.1
42+
rev: 1.13.0
4343
hooks:
4444
- id: blacken-docs
4545
additional_dependencies: [black==22.3.0]
@@ -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)