diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ddf43f2..c4e53e8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,10 +15,10 @@ repos: - id: check-executables-have-shebangs # - id: check-docstring-first - # - repo: https://github.com/psf/black - # rev: 25.1.0 - # hooks: - # - id: black + - repo: https://github.com/psf/black + rev: 25.1.0 + hooks: + - id: black - repo: https://github.com/pycqa/flake8 rev: "7.3.0" # Use a specific, stable version of Flake8 hooks: