Skip to content
Merged
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: check-ast
- id: check-builtin-literals
Expand Down Expand Up @@ -38,7 +38,7 @@ repos:
- tomli

- repo: https://github.com/psf/black
rev: 25.1.0
rev: 26.1.0
hooks:
- id: black
exclude: "_vendored/conv_template.py"
Expand All @@ -50,13 +50,13 @@ repos:
args: ["-i"]

- repo: https://github.com/MarcoGorelli/cython-lint
rev: v0.16.6
rev: v0.19.0
hooks:
- id: cython-lint
- id: double-quote-cython-strings

- repo: https://github.com/pycqa/flake8
rev: 7.1.2
rev: 7.3.0
hooks:
- id: flake8
args: ["--config=.flake8"]
Expand All @@ -65,7 +65,7 @@ repos:
- flake8-bugbear==24.4.26

- repo: https://github.com/pycqa/isort
rev: 6.0.1
rev: 8.0.0
hooks:
- id: isort
name: isort (python)
Expand All @@ -77,7 +77,7 @@ repos:
types: [pyi]

- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.14.0
rev: v2.16.0
hooks:
- id: pretty-format-toml
args: [--autofix]
Expand Down
Loading