diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b1dda8a..598f545 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 21.9b0 + rev: 21.10b0 hooks: - id: black args: [--safe, --quiet, --target-version, py35]