Commit 2b4cdd41 authored by Baber's avatar Baber
Browse files

fix ruff

parent 79788d35
...@@ -32,9 +32,8 @@ repos: ...@@ -32,9 +32,8 @@ repos:
rev: v0.12.2 rev: v0.12.2
hooks: hooks:
# Run the linter. # Run the linter.
- id: ruff - id: ruff-check
args: args: [ --fix ]
- --fix
# Run the formatter. # Run the formatter.
- id: ruff-format - id: ruff-format
- repo: https://github.com/codespell-project/codespell - repo: https://github.com/codespell-project/codespell
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment