diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f15a340e75181..5a26ed150a3ed 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.7b0 + rev: 21.9b0 hooks: - id: black - repo: https://github.com/codespell-project/codespell @@ -58,7 +58,7 @@ repos: hooks: - id: isort - repo: https://github.com/asottile/pyupgrade - rev: v2.23.3 + rev: v2.29.0 hooks: - id: pyupgrade args: [--py38-plus]