Skip to content

Commit

Permalink
feat: activate ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Psycojoker committed Sep 27, 2024
1 parent 012d9e5 commit 1c3f8e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,13 @@ dependencies = [
[tool.hatch.envs.linting.scripts]
typing = "mypy {args:} ./src/ ./tests/"
style = [
# "ruff {args:}",
"ruff check {args:} ./src/ ./tests/",
"black --check --diff {args:} ./src/ ./tests/",
"isort --check-only --profile black {args:} ./src/ ./tests/",
]
fmt = [
"black {args:} ./src/ ./tests/",
# "ruff --fix {args:}",
"ruff --fix {args:}",
"isort --profile black {args:} ./src/ ./tests/",
"style",
]
Expand Down

0 comments on commit 1c3f8e1

Please sign in to comment.