diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 760ddc2f..bc326049 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: hooks: - id: check-pre-commit-ci-config - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.5 + rev: v0.6.1 hooks: - id: ruff args: ['--fix', '--exit-non-zero-on-fix'] @@ -46,11 +46,11 @@ repos: additional_dependencies: - toml - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.0 + rev: v1.11.1 hooks: - id: mypy # warn-unused-ignores is unsafe with pre-commit, see @@ -66,7 +66,7 @@ repos: - types-requests - typing-extensions - repo: https://github.com/PyCQA/flake8 - rev: 7.1.0 + rev: 7.1.1 hooks: - id: flake8 additional_dependencies: *flake8deps