diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 50fb7f0..23c9b7f 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.16.8" # make sure this is always consistent with hatch configs + rev: "v0.16.9" # make sure this is always consistent with hatch configs hooks: - id: ruff - id: ruff-format