Skip to content

Commit e74ec57

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.8.4](astral-sh/ruff-pre-commit@v0.4.4...v0.8.4) - [github.com/tox-dev/tox-ini-fmt: 1.3.1 → 1.4.1](tox-dev/tox-ini-fmt@1.3.1...1.4.1) - [github.com/pre-commit/mirrors-clang-format: v18.1.5 → v19.1.5](pre-commit/mirrors-clang-format@v18.1.5...v19.1.5) - [github.com/MarcoGorelli/cython-lint: v0.16.2 → v0.16.6](MarcoGorelli/cython-lint@v0.16.2...v0.16.6)
1 parent 2173d87 commit e74ec57

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
@@ -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: v4.6.0
6+
rev: v5.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.4.4
20+
rev: v0.8.4
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.3.1"
28+
rev: "1.4.1"
2929
hooks:
3030
- id: tox-ini-fmt
3131
# numpydoc
@@ -36,12 +36,12 @@ repos:
3636
args: ["--write"]
3737
# C++
3838
- repo: https://github.com/pre-commit/mirrors-clang-format
39-
rev: v18.1.5
39+
rev: v19.1.5
4040
hooks:
4141
- id: clang-format
4242
# Cython
4343
- repo: https://github.com/MarcoGorelli/cython-lint
44-
rev: v0.16.2
44+
rev: v0.16.6
4545
hooks:
4646
- id: cython-lint
4747
- id: double-quote-cython-strings

0 commit comments

Comments
 (0)