diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0a3eff7..afc339c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ files: .*\.py$ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.13 + rev: v0.15.16 hooks: # Run the linter (solely for --fix part). # When we need linting - it's handled by `.github/workflows/type_lint_test.yml`