diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 15f2c2c..12f706a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,10 +19,11 @@ repos: rev: v0.4.5 hooks: - id: ruff - name: " ⚡️ Formatting code with Ruff" + name: " ⚡️ Linting code with Ruff" args: - --fix - id: ruff-format + name: " ✒️ Formatting code with Ruff" # Does not read the config from pyproject.toml # - repo: https://github.com/pre-commit/mirrors-mypy # rev: v1.4.1