diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/.pre-commit-config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/.pre-commit-config.yaml b/python/.pre-commit-config.yaml index aec0e5dc..dfd63472 100644 --- a/python/.pre-commit-config.yaml +++ b/python/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 19.10b0 + rev: 20.8b1 hooks: - id: black - language_version: python3.8 + language_version: python3.9 |
