diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e1175ab..f664ce5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,11 +3,11 @@ default_language_version: repos: - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black language_version: python3.8 - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.8 + rev: v0.8.6 hooks: - id: ruff \ No newline at end of file