diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 713d912..fc2b5fe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,11 +5,11 @@ repos: hooks: - id: isort - # - repo: https://github.com/psf/black - # rev: 24.4.2 - # hooks: - # - id: black - # args: [--config=./pyproject.toml] + - repo: https://github.com/psf/black + rev: 24.4.2 + hooks: + - id: black + args: [--config=./pyproject.toml] - repo: https://github.com/pre-commit/mirrors-mypy rev: v1.13.0 @@ -22,4 +22,4 @@ repos: # - id: trailing-whitespace # - id: end-of-file-fixer # - id: check-yaml - # - id: check-added-large-files \ No newline at end of file + # - id: check-added-large-files