Skip to content

Commit a9bbdaa

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) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/pycqa/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [github.com/PyCQA/flake8: 7.1.2 → 7.3.0](PyCQA/flake8@7.1.2...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.18.2](pre-commit/mirrors-mypy@v1.15.0...v1.18.2) - [github.com/asottile/pyupgrade: v3.19.1 → v3.21.0](asottile/pyupgrade@v3.19.1...v3.21.0) - [github.com/MarcoGorelli/cython-lint: v0.16.6 → v0.18.1](MarcoGorelli/cython-lint@v0.16.6...v0.18.1)
1 parent 770a9c7 commit a9bbdaa

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,42 +4,42 @@ default_language_version:
44
python: python3.10
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v5.0.0
7+
rev: v6.0.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
1111
- id: check-yaml
1212
- id: check-added-large-files
13-
- repo: https://github.com/psf/black
14-
rev: '25.1.0'
13+
- repo: https://github.com/psf/black-pre-commit-mirror
14+
rev: '25.9.0'
1515
hooks:
1616
- id: black
1717
language_version: python3
1818
- repo: https://github.com/pycqa/isort
19-
rev: 6.0.1
19+
rev: 7.0.0
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/PyCQA/flake8
23-
rev: '7.1.2'
23+
rev: '7.3.0'
2424
hooks:
2525
- id: flake8
2626
additional_dependencies:
2727
- flake8-typing-imports==1.16.0
2828
language_version: python3
2929
exclude: "^(build|docs|tests|setup.py)"
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: 'v1.15.0'
31+
rev: 'v1.18.2'
3232
hooks:
3333
- id: mypy
3434
additional_dependencies: [numpy<1.25, pyusb>=1.0]
3535
exclude: "^(build|docs|tests|dev|setup.py)"
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v3.19.1
37+
rev: v3.21.0
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py39-plus]
4141
- repo: https://github.com/MarcoGorelli/cython-lint
42-
rev: v0.16.6
42+
rev: v0.18.1
4343
hooks:
4444
- id: cython-lint
4545
- id: double-quote-cython-strings

0 commit comments

Comments
 (0)