diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ce247d6..225214f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/psf/black - rev: 20.8b1 + rev: 21.10b0 hooks: - id: black args: ['--target-version', 'py37', '--skip-string-normalization', '--line-length', '110']