diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3fcf69e..da66d71 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,12 +26,12 @@ repos: additional_dependencies: [setuptools>=46.4.0] - repo: https://github.com/pycqa/isort - rev: 5.9.3 + rev: 5.10.1 hooks: - id: isort - repo: https://github.com/psf/black - rev: 21.9b0 + rev: 21.12b0 hooks: - id: black @@ -48,7 +48,7 @@ repos: additional_dependencies: [] - repo: https://github.com/asottile/setup-cfg-fmt - rev: v1.18.0 + rev: v1.20.0 hooks: - id: setup-cfg-fmt