Skip to content

Commit

Permalink
Try fix pyproject.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Adam.Dybbroe <[email protected]>
  • Loading branch information
Adam.Dybbroe committed Nov 20, 2024
1 parent d1533c2 commit a78d7f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ line-length = 120
# In the future, add "B", "S", "N"
select = ["A", "D", "E", "W", "F", "I", "PT", "TID", "C90", "Q", "T10", "T20", "NPY"]

# [tool.ruff.per-file-ignores]
# "trollsched/tests/*" = ["S101"] # assert allowed in tests
# "trollsched/version.py" = ["D100", "Q000"] # automatically generated by hatch-vcs
[tool.ruff.lint.per-file-ignores]
"trollsched/tests/*" = ["S101"] # assert allowed in tests
"trollsched/version.py" = ["D100", "Q000"] # automatically generated by hatch-vcs

[tool.ruff.lint.pydocstyle]
convention = "google"
Expand Down

0 comments on commit a78d7f4

Please sign in to comment.