Skip to content

Commit 7002c50

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 26.1.0](psf/black-pre-commit-mirror@25.9.0...26.1.0) - [github.com/pycqa/isort: 7.0.0 → 8.0.1](PyCQA/isort@7.0.0...8.0.1) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1) - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.2](asottile/pyupgrade@v3.21.0...v3.21.2) - [github.com/MarcoGorelli/cython-lint: v0.18.1 → v0.19.0](MarcoGorelli/cython-lint@v0.18.1...v0.19.0)
1 parent e51d93c commit 7002c50

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
@@ -11,12 +11,12 @@ repos:
1111
- id: check-yaml
1212
- id: check-added-large-files
1313
- repo: https://github.com/psf/black-pre-commit-mirror
14-
rev: '25.9.0'
14+
rev: '26.1.0'
1515
hooks:
1616
- id: black
1717
language_version: python3
1818
- repo: https://github.com/pycqa/isort
19-
rev: 7.0.0
19+
rev: 8.0.1
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/PyCQA/flake8
@@ -28,18 +28,18 @@ repos:
2828
language_version: python3
2929
exclude: "^(build|docs|tests|setup.py)"
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: 'v1.18.2'
31+
rev: 'v1.19.1'
3232
hooks:
3333
- id: mypy
3434
additional_dependencies: [numpy>=2.0, pyusb>=1.0]
3535
exclude: "^(build|docs|tests|dev|setup.py)"
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v3.21.0
37+
rev: v3.21.2
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py39-plus]
4141
- repo: https://github.com/MarcoGorelli/cython-lint
42-
rev: v0.18.1
42+
rev: v0.19.0
4343
hooks:
4444
- id: cython-lint
4545
- id: double-quote-cython-strings

0 commit comments

Comments
 (0)