diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 940a72c..fd9883a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,9 +1,8 @@ repos: - # Run the Ruff linter. - - repo: https://github.com/ambv/black - # Ruff version. + # Run the black formatter. + - repo: https://github.com/psf/black + # black version. rev: 24.1.1 hooks: - # Run the black formatter. - id: black language_version: python3.10