diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ece10b3..70301eb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,13 +1,13 @@ repos: - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black language_version: python3 args: - --target-version=py38 - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.4 + rev: v0.8.3 hooks: - id: ruff - repo: https://github.com/PyCQA/isort @@ -16,7 +16,7 @@ repos: - id: isort language_version: python3 - repo: https://github.com/asottile/pyupgrade - rev: v3.17.0 + rev: v3.19.0 hooks: - id: pyupgrade args: