diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c2a40dd..dd38b33 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.22' # make sure this is always consistent with hatch configs + rev: 'v0.16.3' # make sure this is always consistent with hatch configs hooks: - id: ruff - id: ruff-format