diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ecc7c55b..b15c57ec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,13 +24,13 @@ repos: - tomli - repo: https://github.com/pycqa/isort - rev: 6.0.1 + rev: 7.0.0 hooks: - id: isort args: [--profile, black] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.1.0 + rev: 25.11.0 hooks: - id: black @@ -52,7 +52,7 @@ repos: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.17.1 + rev: v1.19.0 hooks: - id: mypy additional_dependencies: [types-PyYAML, types-Jinja2, types-click]