diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 039b3c4e4d86c..83100696111d2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,14 +11,14 @@ repos: - id: absolufy-imports files: ^pandas/ - repo: https://github.com/jendrikseipp/vulture - rev: 'v2.5' + rev: 'v2.6' hooks: - id: vulture entry: python scripts/run_vulture.py pass_filenames: true require_serial: false - repo: https://github.com/python/black - rev: 22.6.0 + rev: 22.8.0 hooks: - id: black - repo: https://github.com/codespell-project/codespell @@ -27,7 +27,7 @@ repos: - id: codespell types_or: [python, rst, markdown] - repo: https://github.com/MarcoGorelli/cython-lint - rev: v0.1.4 + rev: v0.1.8 hooks: - id: cython-lint - repo: https://github.com/pre-commit/pre-commit-hooks @@ -40,7 +40,7 @@ repos: - id: trailing-whitespace stages: [commit, merge-commit, push, prepare-commit-msg, commit-msg, post-checkout, post-commit, post-merge, post-rewrite] - repo: https://github.com/cpplint/cpplint - rev: 1.6.0 + rev: 1.6.1 hooks: - id: cpplint # We don't lint all C files because we don't want to lint any that are built @@ -68,7 +68,7 @@ repos: hooks: - id: isort - repo: https://github.com/asottile/pyupgrade - rev: v2.37.3 + rev: v2.38.2 hooks: - id: pyupgrade args: [--py38-plus] @@ -87,7 +87,7 @@ repos: hooks: - id: sphinx-lint - repo: https://github.com/asottile/yesqa - rev: v1.3.0 + rev: v1.4.0 hooks: - id: yesqa additional_dependencies: *flake8_dependencies