Skip to content

Commit

Permalink
Satisfy linters
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Apr 13, 2024
1 parent 9e05855 commit 3ca4b19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,7 @@ ignore = [
"C408", # Unnecessary `dict` call (rewrite as a literal)
"S101", # Use of `assert` detected
]

[tool.ruff.lint.isort]
known-first-party = ["darkgraylib", "graylint"]
known-third-party = ["pytest"]

0 comments on commit 3ca4b19

Please sign in to comment.