diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dc04c137..4c9051e8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: - repo: https://github.com/psf/black - rev: 23.9.0 + rev: 24.1.0 hooks: - id: black # Use the latest supported version here language_version: python3.11 - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.287 + rev: v0.1.14 hooks: - id: ruff