Skip to content

Commit bde7270

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/psf/black: 24.8.0 → 25.1.0](psf/black@24.8.0...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/MarcoGorelli/cython-lint: v0.16.2 → v0.16.6](MarcoGorelli/cython-lint@v0.16.2...v0.16.6) - [github.com/PyCQA/flake8: 7.1.1 → 7.2.0](PyCQA/flake8@7.1.1...7.2.0) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.15.0](pre-commit/mirrors-mypy@v1.11.2...v1.15.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.8 → v0.11.11](astral-sh/ruff-pre-commit@v0.6.8...v0.11.11)
1 parent bf28a14 commit bde7270

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-yaml
1010
- id: check-added-large-files
1111
args: ["--maxkb=4000"]
1212
- repo: https://github.com/psf/black
13-
rev: 24.8.0
13+
rev: 25.1.0
1414
hooks:
1515
- id: black
1616
- repo: https://github.com/pycqa/isort
17-
rev: 5.13.2
17+
rev: 6.0.1
1818
hooks:
1919
- id: isort
2020
args: ["--profile", "black", "--filter-files"]
2121
- repo: https://github.com/MarcoGorelli/cython-lint
22-
rev: v0.16.2
22+
rev: v0.16.6
2323
hooks:
2424
- id: cython-lint
2525
- id: double-quote-cython-strings
2626
- repo: https://github.com/PyCQA/flake8
27-
rev: 7.1.1
27+
rev: 7.2.0
2828
hooks:
2929
- id: flake8
3030
args: [--config=.flake8]
@@ -60,12 +60,12 @@ repos:
6060
additional_dependencies: [cpplint==1.6.1]
6161
types_or: [c++]
6262
- repo: https://github.com/pre-commit/mirrors-mypy
63-
rev: v1.11.2
63+
rev: v1.15.0
6464
hooks:
6565
- id: mypy
6666
additional_dependencies: [types-setuptools, numpy]
6767
- repo: https://github.com/astral-sh/ruff-pre-commit
68-
rev: v0.6.8
68+
rev: v0.11.11
6969
hooks:
7070
- id: ruff
7171
args: ["--config", "python/pyproject.toml"]

0 commit comments

Comments
 (0)