Skip to content

Commit 13b82e3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 26.1.0 → 26.5.0](psf/black-pre-commit-mirror@26.1.0...26.5.0) - [github.com/PyCQA/autoflake: v2.3.1 → v2.3.3](PyCQA/autoflake@v2.3.1...v2.3.3) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v2.1.0](pre-commit/mirrors-mypy@v1.19.1...v2.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.13](astral-sh/ruff-pre-commit@v0.14.14...v0.15.13)
1 parent 426b5fb commit 13b82e3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ repos:
2727
- id: name-tests-test
2828
exclude: "tests/data/package_init/"
2929
- repo: https://github.com/psf/black-pre-commit-mirror
30-
rev: 26.1.0
30+
rev: 26.5.0
3131
hooks:
3232
- id: black
3333
language_version: python3
3434
exclude: "tests/data/package_init/"
3535
- repo: https://github.com/PyCQA/autoflake
36-
rev: v2.3.1
36+
rev: v2.3.3
3737
hooks:
3838
- id: autoflake
3939
- repo: https://github.com/PyCQA/flake8
@@ -49,14 +49,14 @@ repos:
4949
- id: pyupgrade
5050
args: [--py36-plus, --keep-runtime-typing]
5151
- repo: https://github.com/pre-commit/mirrors-mypy
52-
rev: 'v1.19.1'
52+
rev: 'v2.1.0'
5353
hooks:
5454
- id: mypy
5555
args: [--disallow-untyped-defs, --disallow-incomplete-defs, --disallow-untyped-calls]
5656
additional_dependencies: [types-toml]
5757
exclude: "tests/data/package_init/"
5858
- repo: https://github.com/astral-sh/ruff-pre-commit
59-
rev: v0.14.14
59+
rev: v0.15.13
6060
hooks:
6161
- id: ruff # runs faster than pylint
6262
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)