diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a7c7e79a9..c2ad97f4e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,13 +27,13 @@ repos: - id: name-tests-test exclude: "tests/data/package_init/" - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.1.0 + rev: 26.5.1 hooks: - id: black language_version: python3 exclude: "tests/data/package_init/" - repo: https://github.com/PyCQA/autoflake - rev: v2.3.1 + rev: v2.3.3 hooks: - id: autoflake - repo: https://github.com/PyCQA/flake8 @@ -49,14 +49,14 @@ repos: - id: pyupgrade args: [--py36-plus, --keep-runtime-typing] - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.19.1' + rev: 'v2.1.0' hooks: - id: mypy args: [--disallow-untyped-defs, --disallow-incomplete-defs, --disallow-untyped-calls] additional_dependencies: [types-toml] exclude: "tests/data/package_init/" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.14 + rev: v0.15.15 hooks: - id: ruff # runs faster than pylint args: [--fix, --exit-non-zero-on-fix]