Skip to content

Commit

Permalink
chore: Remove --fix argument from task all command for avoiding inc…
Browse files Browse the repository at this point in the history
…ompatibility of ruff-format and ruff-lint
  • Loading branch information
nakashima-hikaru committed Nov 25, 2023
1 parent a8ef18a commit f176aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ mypy_tests = "python -m mypy tests"
mypy_examples = "python -m mypy examples"
mypy = "task mypy_src; task mypy_tests; task mypy_examples"

all = "task format; task test; task fix_lint; task mypy"
all = "task format; task test; task lint; task mypy"

0 comments on commit f176aed

Please sign in to comment.