diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c6d4078..1cbb759 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: docformatter - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.0 + rev: v1.10.1 hooks: - id: mypy additional_dependencies: [types-PyYAML, types-tqdm, types-pytz] @@ -36,7 +36,7 @@ repos: files: ^docs/.*\.(rst|md)$ - repo: https://github.com/pycqa/flake8 - rev: 7.0.0 + rev: 7.1.0 hooks: - id: flake8