Skip to content

Commit

Permalink
Merge pull request #5 from bosenqu/update-ruff-output-format
Browse files Browse the repository at this point in the history
Update ruff output format to github
  • Loading branch information
bosenqu authored Dec 29, 2023
2 parents 4f6a0ea + 935ff63 commit 168baec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ src_paths = ["src", "test"]

[tool.ruff]
line-length = 120
output-format = "github"
select = [
"E", # pycodestyle errors
"W", # pycodestyle warnings
Expand Down

0 comments on commit 168baec

Please sign in to comment.