diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 471da33..2c61f74 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,13 +1,13 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.2.1 + rev: v0.7.2 hooks: # Run the linter. # - id: ruff # Run the formatter. - id: ruff-format - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.19.0 hooks: - id: pyupgrade args: ["--py39-plus"]