Update .pre-commit-config.yaml

This commit is contained in:
Ayaz Salikhov
2022-03-29 11:08:40 +01:00
committed by GitHub
parent 9277df1c13
commit 3da09a6f54

View File

@@ -28,7 +28,7 @@ repos:
# Autoformat: Python code
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black
args: [--target-version=py39]