Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exclude: ^reacnetgenerator/static/webpack/\.yarn/releases/.*$
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -17,15 +17,15 @@ repos:
- id: mixed-line-ending
# Python
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.13
rev: v0.13.3
hooks:
- id: ruff
args: ["--fix"]
types_or: [python, pyi, jupyter]
- id: ruff-format
types_or: [python, pyi, jupyter]
- repo: https://github.com/tox-dev/tox-ini-fmt
rev: "1.5.0"
rev: "1.6.0"
hooks:
- id: tox-ini-fmt
# numpydoc
Expand All @@ -36,14 +36,14 @@ repos:
args: ["--write"]
# C++
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v20.1.6
rev: v21.1.2
hooks:
- id: clang-format
exclude: \.ipynb$

# Cython
- repo: https://github.com/MarcoGorelli/cython-lint
rev: v0.16.6
rev: v0.17.0
hooks:
- id: cython-lint
- id: double-quote-cython-strings
Expand All @@ -61,7 +61,7 @@ repos:
hooks:
- id: cmake-format
- repo: https://github.com/njzjz/mirrors-bibtex-tidy
rev: v1.13.0
rev: v1.14.0
hooks:
- id: bibtex-tidy
args:
Expand Down
Loading