Skip to content

Commit

Permalink
precommit msg
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed May 24, 2024
1 parent 6b7d970 commit 3def071
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3def071

Please sign in to comment.