Skip to content

Commit 82bcd9a

Browse files
[pre-commit.ci] pre-commit autoupdate (#415)
updates: - [github.com/psf/black: 25.1.0 → 25.9.0](psf/black@25.1.0...25.9.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.13.1](astral-sh/ruff-pre-commit@v0.13.0...v0.13.1) - [github.com/pre-commit/mirrors-mypy: v1.18.1 → v1.18.2](pre-commit/mirrors-mypy@v1.18.1...v1.18.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9564abe commit 82bcd9a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 25.1.0
3+
rev: 25.9.0
44
hooks:
55
- id: black
66
additional_dependencies: ['click==8.0.4']
77
args: # arguments to configure black
88
- --line-length=89
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.13.0
10+
rev: v0.13.1
1111
hooks:
1212
- id: ruff
1313
args: [ --fix, --exit-non-zero-on-fix]
1414
- repo: https://github.com/pre-commit/mirrors-mypy
15-
rev: v1.18.1
15+
rev: v1.18.2
1616
hooks:
1717
- id: mypy
1818
exclude: ^(tests/|docs/source/conf.py)

0 commit comments

Comments
 (0)