Enable pre-commit black

This commit is contained in:
Odd Stråbø 2024-06-10 10:50:36 +00:00
parent 94e44d4c10
commit a5fd5c9c59
1 changed files with 4 additions and 4 deletions

View File

@ -15,10 +15,10 @@ repos:
# - id: editorconfig-checker # - id: editorconfig-checker
# exclude: '^LICENSE\.txt$' # exclude: '^LICENSE\.txt$'
# - repo: https://github.com/psf/black - repo: https://github.com/psf/black
# rev: "24.4.2" rev: "24.4.2"
# hooks: hooks:
# - id: black - id: black
# - repo: https://github.com/pycqa/flake8 # - repo: https://github.com/pycqa/flake8
# rev: 7.0.0 # rev: 7.0.0