Skip to content

Commit d12be08

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/charliermarsh/ruff-pre-commit: v0.7.2 → v0.13.3](astral-sh/ruff-pre-commit@v0.7.2...v0.13.3) - [github.com/psf/black: 24.10.0 → 25.9.0](psf/black@24.10.0...25.9.0) - [github.com/MarcoGorelli/cython-lint: v0.16.2 → v0.17.0](MarcoGorelli/cython-lint@v0.16.2...v0.17.0) - [github.com/pycqa/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/PyCQA/isort: 5.13.2 → 6.1.0](PyCQA/isort@5.13.2...6.1.0) - [github.com/PyCQA/pylint: v3.3.1 → v3.3.9](pylint-dev/pylint@v3.3.1...v3.3.9) - [github.com/asottile/pyupgrade: v3.19.0 → v3.20.0](asottile/pyupgrade@v3.19.0...v3.20.0) - [github.com/abravalheri/validate-pyproject: v0.22 → v0.24.1](abravalheri/validate-pyproject@v0.22...v0.24.1)
1 parent eaf2913 commit d12be08

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,41 +24,41 @@ repos:
2424
types_or: [cython, python]
2525
exclude: ^docs/source/
2626
- repo: 'https://github.com/pre-commit/pre-commit-hooks'
27-
rev: v5.0.0
27+
rev: v6.0.0
2828
hooks:
2929
- id: check-added-large-files
3030
- id: check-toml
3131
- id: check-yaml
3232
- id: end-of-file-fixer
3333
- id: trailing-whitespace
3434
- repo: 'https://github.com/charliermarsh/ruff-pre-commit'
35-
rev: v0.7.2
35+
rev: v0.13.3
3636
hooks:
3737
- id: ruff
3838
- repo: 'https://github.com/psf/black'
39-
rev: 24.10.0
39+
rev: 25.9.0
4040
hooks:
4141
- id: black
4242
types: [python]
4343
- repo: 'https://github.com/MarcoGorelli/cython-lint'
44-
rev: v0.16.2
44+
rev: v0.17.0
4545
hooks:
4646
- id: cython-lint
4747
- repo: 'https://github.com/pycqa/flake8'
48-
rev: 7.1.1
48+
rev: 7.3.0
4949
hooks:
5050
- id: flake8
5151
additional_dependencies:
5252
- flake8-force
5353
- flake8-pytest-style
5454
types_or: [cython, python]
5555
- repo: 'https://github.com/PyCQA/isort'
56-
rev: 5.13.2
56+
rev: 6.1.0
5757
hooks:
5858
- id: isort
5959
types_or: [cython, python]
6060
- repo: 'https://github.com/PyCQA/pylint'
61-
rev: v3.3.1
61+
rev: v3.3.9
6262
hooks:
6363
- id: pylint
6464
additional_dependencies:
@@ -69,14 +69,14 @@ repos:
6969
- '--disable=no-name-in-module'
7070
- '--disable=import-error'
7171
- repo: 'https://github.com/asottile/pyupgrade'
72-
rev: v3.19.0
72+
rev: v3.20.0
7373
hooks:
7474
- id: pyupgrade
7575
types_or: [cython, python]
7676
args:
7777
- '--py38-plus'
7878
- '--keep-runtime-typing'
7979
- repo: 'https://github.com/abravalheri/validate-pyproject'
80-
rev: v0.22
80+
rev: v0.24.1
8181
hooks:
8282
- id: validate-pyproject

0 commit comments

Comments
 (0)