diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e3c9be941498f..7bc0e1ca62ff3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: absolufy-imports files: ^pandas/ - repo: https://github.com/python/black - rev: 21.11b1 + rev: 21.12b0 hooks: - id: black - repo: https://github.com/codespell-project/codespell @@ -19,7 +19,7 @@ repos: types_or: [python, rst, markdown] files: ^(pandas|doc)/ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.1.0 hooks: - id: debug-statements - id: end-of-file-fixer @@ -49,7 +49,7 @@ repos: hooks: - id: isort - repo: https://github.com/asottile/pyupgrade - rev: v2.29.1 + rev: v2.31.0 hooks: - id: pyupgrade args: [--py38-plus]