Skip to content

Commit

Permalink
Fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
JafarAbdi committed Jul 31, 2024
1 parent 409d1fd commit b816e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ repos:
rev: v0.5.5
hooks:
- id: ruff
args: ['--show-source', '--fix', '--config', 'ruff/.config/ruff/pyproject.toml']
args: ['--output-format=full', '--fix', '--config', 'ruff/.config/ruff/pyproject.toml']
- id: ruff-format
# Spelling
- repo: https://github.com/codespell-project/codespell
Expand Down

0 comments on commit b816e14

Please sign in to comment.