Skip to content

Commit 58cae78

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.8](astral-sh/ruff-pre-commit@v0.11.13...v0.12.8) - [github.com/tox-dev/tox-ini-fmt: 1.5.0 → 1.6.0](tox-dev/tox-ini-fmt@1.5.0...1.6.0) - [github.com/pre-commit/mirrors-clang-format: v20.1.6 → v20.1.8](pre-commit/mirrors-clang-format@v20.1.6...v20.1.8) - [github.com/MarcoGorelli/cython-lint: v0.16.6 → v0.16.7](MarcoGorelli/cython-lint@v0.16.6...v0.16.7) - [github.com/njzjz/mirrors-bibtex-tidy: v1.13.0 → v1.14.0](njzjz/mirrors-bibtex-tidy@v1.13.0...v1.14.0)
1 parent 7f07781 commit 58cae78

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exclude: ^reacnetgenerator/static/webpack/\.yarn/releases/.*$
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
@@ -17,15 +17,15 @@ repos:
1717
- id: mixed-line-ending
1818
# Python
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.11.13
20+
rev: v0.12.8
2121
hooks:
2222
- id: ruff
2323
args: ["--fix"]
2424
types_or: [python, pyi, jupyter]
2525
- id: ruff-format
2626
types_or: [python, pyi, jupyter]
2727
- repo: https://github.com/tox-dev/tox-ini-fmt
28-
rev: "1.5.0"
28+
rev: "1.6.0"
2929
hooks:
3030
- id: tox-ini-fmt
3131
# numpydoc
@@ -36,14 +36,14 @@ repos:
3636
args: ["--write"]
3737
# C++
3838
- repo: https://github.com/pre-commit/mirrors-clang-format
39-
rev: v20.1.6
39+
rev: v20.1.8
4040
hooks:
4141
- id: clang-format
4242
exclude: \.ipynb$
4343

4444
# Cython
4545
- repo: https://github.com/MarcoGorelli/cython-lint
46-
rev: v0.16.6
46+
rev: v0.16.7
4747
hooks:
4848
- id: cython-lint
4949
- id: double-quote-cython-strings
@@ -61,7 +61,7 @@ repos:
6161
hooks:
6262
- id: cmake-format
6363
- repo: https://github.com/njzjz/mirrors-bibtex-tidy
64-
rev: v1.13.0
64+
rev: v1.14.0
6565
hooks:
6666
- id: bibtex-tidy
6767
args:

0 commit comments

Comments
 (0)