diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d41dc833..c68ce645 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_language_version: python: python3 repos: - repo: https://github.com/PSF/black - rev: 23.12.1 + rev: 24.2.0 hooks: - id: black args: [--safe, --quiet] @@ -12,7 +12,7 @@ repos: - id: isort name: isort - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 additional_dependencies: @@ -20,12 +20,12 @@ repos: - flake8-comprehensions - flake8-simplify - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.15.1 hooks: - id: pyupgrade args: [--keep-runtime-typing] - repo: https://github.com/tox-dev/pyproject-fmt - rev: 1.5.3 + rev: 1.7.0 hooks: - id: pyproject-fmt - repo: https://github.com/pre-commit/mirrors-mypy