diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b0417aa..10e29c8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: - --remove-duplicate-keys - --remove-unused-variables - repo: https://github.com/asottile/pyupgrade - rev: v3.18.0 + rev: v3.19.0 hooks: - id: pyupgrade args: [--py38-plus] @@ -39,13 +39,13 @@ repos: - id: flake8 exclude: *test-data - repo: https://github.com/pylint-dev/pylint - rev: v3.3.1 + rev: v3.3.2 hooks: - id: pylint exclude: *test-data args: ["--disable=import-error, cyclic-import"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.12.1 + rev: v1.13.0 hooks: - id: mypy args: [--config-file=pyproject.toml]