Skip to content

Commit 09eb893

Browse files
Auto-update pre-commit hooks
1 parent 4b28496 commit 09eb893

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
@@ -15,7 +15,7 @@
1515
repos:
1616
# Standard hooks
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v5.0.0
18+
rev: v6.0.0
1919
hooks:
2020
- id: check-added-large-files
2121
- id: check-ast
@@ -51,7 +51,7 @@ repos:
5151
args: ["--ignore=D100,D101,D102,D103,D104,D105,D106,D107,D203,D212,D401,D404"]
5252

5353
- repo: https://github.com/pycqa/flake8
54-
rev: 7.2.0
54+
rev: 7.3.0
5555
hooks:
5656
- id: flake8
5757
args: ["--ignore=E501,W503"]
@@ -87,7 +87,7 @@ repos:
8787
args: ["--linelength=120"]
8888

8989
- repo: https://github.com/pre-commit/mirrors-clang-format
90-
rev: 'v20.1.5'
90+
rev: 'v21.1.0'
9191
hooks:
9292
- id: clang-format
9393

@@ -115,7 +115,7 @@ repos:
115115

116116
# Docs - RestructuredText hooks
117117
- repo: https://github.com/PyCQA/doc8
118-
rev: v1.1.2
118+
rev: v2.0.0
119119
hooks:
120120
- id: doc8
121121
args: ['--max-line-length=100', '--ignore=D001']

0 commit comments

Comments
 (0)