diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ff4759d7..89ce7e37 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,10 +15,10 @@ repos: # - id: editorconfig-checker # exclude: '^LICENSE\.txt$' - # - repo: https://github.com/psf/black - # rev: "24.4.2" - # hooks: - # - id: black + - repo: https://github.com/psf/black + rev: "24.4.2" + hooks: + - id: black # - repo: https://github.com/pycqa/flake8 # rev: 7.0.0