diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6e974e5..dfc2628 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 7c55798a78262d14b2074abf623d8a992ebb70d4 # v0.16.2 + rev: 65dbdb59d2f2d9c3bdc343c566821ad3319ddaa3 # v0.16.3 hooks: - id: ruff-check args: [ --fix ]