Skip to content

Commit

Permalink
Fix only isort and ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Dec 16, 2024
1 parent c4d6ae4 commit d1aea61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ repos:
rev: v0.8.3
hooks:
- id: ruff
args: [ --fix ]
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ select = [
"RUF", # Ruff-specific rules
"W", # pycodestyle whitespace
]
fixable = ["I"]

[tool.ruff.lint.isort]
known-first-party = ["soundswallower"]
Expand Down

0 comments on commit d1aea61

Please sign in to comment.