Skip to content

Commit 26837c9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.19.0](asottile/pyupgrade@v3.15.0...v3.19.0) - [github.com/psf/black: 23.12.1 → 24.10.0](psf/black@23.12.1...24.10.0) - [github.com/pycqa/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1) - [github.com/pre-commit/mirrors-clang-format: v17.0.6 → v19.1.3](pre-commit/mirrors-clang-format@v17.0.6...v19.1.3) - [github.com/PyCQA/doc8: v1.1.1 → v1.1.2](PyCQA/doc8@v1.1.1...v1.1.2) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
1 parent 6bf62fa commit 26837c9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: .pre-commit-config.yaml

+7-7
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: v4.5.0
18+
rev: v5.0.0
1919
hooks:
2020
- id: check-added-large-files
2121
- id: check-ast
@@ -33,26 +33,26 @@ repos:
3333

3434
# Python hooks
3535
- repo: https://github.com/asottile/pyupgrade
36-
rev: v3.15.0
36+
rev: v3.19.0
3737
hooks:
3838
- id: pyupgrade
3939
args: [--py36-plus]
4040

4141
- repo: https://github.com/psf/black
42-
rev: 23.12.1
42+
rev: 24.10.0
4343
hooks:
4444
- id: black
4545
args: ["--line-length=99"]
4646

4747
- repo: https://github.com/pycqa/flake8
48-
rev: 7.0.0
48+
rev: 7.1.1
4949
hooks:
5050
- id: flake8
5151
args: ["--ignore=E501"]
5252

5353
# CPP hooks
5454
- repo: https://github.com/pre-commit/mirrors-clang-format
55-
rev: v17.0.6
55+
rev: v19.1.3
5656
hooks:
5757
- id: clang-format
5858
args: [--style=Google]
@@ -108,7 +108,7 @@ repos:
108108

109109
# Docs - RestructuredText hooks
110110
- repo: https://github.com/PyCQA/doc8
111-
rev: v1.1.1
111+
rev: v1.1.2
112112
hooks:
113113
- id: doc8
114114
args: ['--max-line-length=100', '--ignore=D001']
@@ -125,7 +125,7 @@ repos:
125125
# Spellcheck in comments and docs
126126
# skipping of *.svg files is not working...
127127
- repo: https://github.com/codespell-project/codespell
128-
rev: v2.2.6
128+
rev: v2.3.0
129129
hooks:
130130
- id: codespell
131131
args: ['--write-changes']

0 commit comments

Comments
 (0)