diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1eeb9c3..8c85a34 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,12 +20,12 @@ repos: hooks: - id: isort - repo: https://github.com/PyCQA/autoflake - rev: v2.2.1 + rev: v2.3.1 hooks: - id: autoflake args: [--in-place, --remove-all-unused-imports] - repo: https://github.com/psf/black - rev: '23.12.1' + rev: '24.3.0' hooks: - id: black - repo: https://github.com/PyCQA/flake8 @@ -34,7 +34,7 @@ repos: - id: flake8 additional_dependencies: [flake8-typing-imports] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.8.0 + rev: v1.9.0 hooks: - id: mypy additional_dependencies: [types-requests, types-PyYAML]