diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ba64e4e..c0fa4af 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -65,8 +65,8 @@ repos: # ruff config (select/ignore/fixable/target-version) lives in pyproject.toml -- repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.16.1' +- repo: https://github.com/astral-sh/ruff-pre-commit + rev: 'v0.16.2' hooks: - id: ruff args: ["--fix"]