diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 09b56b3541388..d72364b66e0e7 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.6b0 + rev: 21.7b0 hooks: - id: black - repo: https://github.com/codespell-project/codespell @@ -54,11 +54,11 @@ repos: types: [text] args: [--append-config=flake8/cython-template.cfg] - repo: https://github.com/PyCQA/isort - rev: 5.9.2 + rev: 5.9.3 hooks: - id: isort - repo: https://github.com/asottile/pyupgrade - rev: v2.21.0 + rev: v2.23.3 hooks: - id: pyupgrade args: [--py38-plus]