Skip to content

Commit 7387c4c

Browse files
Auto-update pre-commit hooks
1 parent 4b28496 commit 7387c4c

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
@@ -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: 'v20.1.6'
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)