diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 81c76e02c73f8..266e5a015e408 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: absolufy-imports files: ^pandas/ - repo: https://github.com/jendrikseipp/vulture - rev: 'v2.3' + rev: 'v2.4' hooks: - id: vulture entry: python scripts/run_vulture.py @@ -60,7 +60,7 @@ repos: hooks: - id: isort - repo: https://github.com/asottile/pyupgrade - rev: v2.32.0 + rev: v2.32.1 hooks: - id: pyupgrade args: [--py38-plus] @@ -75,7 +75,7 @@ repos: types: [text] # overwrite types: [rst] types_or: [python, rst] - repo: https://github.com/sphinx-contrib/sphinx-lint - rev: v0.4.1 + rev: v0.6 hooks: - id: sphinx-lint - repo: https://github.com/asottile/yesqa