diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fc7153783..c9c3ee598 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-merge-conflict - id: check-ast - repo: https://github.com/psf/black - rev: 20.8b1 + rev: 22.3.0 hooks: - id: black args: ['--line-length', '119']