diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6820d6c..5985b11 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: # Ruff replaces black, flake8, autoflake, isort and more - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.15.7' # make sure this is always consistent with hatch configs + rev: 'v0.15.8' # make sure this is always consistent with hatch configs hooks: - id: ruff - id: ruff-format