diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b0f93e1..0566ac8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 21.9b0 + rev: 21.10b0 hooks: - id: black - repo: https://github.com/asottile/blacken-docs @@ -33,7 +33,7 @@ repos: hooks: - id: rst-backticks - repo: https://github.com/asottile/setup-cfg-fmt - rev: v1.18.0 + rev: v1.19.0 hooks: - id: setup-cfg-fmt args: [--min-py3-version, "3.6", "--max-py-version", "3.10"]