Skip to content

Commit

Permalink
Ignore newly-arisen ruff issues
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Aug 18, 2024
1 parent ab5ce65 commit c5f1a5d
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 @@ -79,10 +79,14 @@ extend-ignore = [
"E242", # tab after comma
"E265", # block comment should start with #
"E402", # module level import not at the top of file

# TODO
"UP031", # f-string
]

[tool.ruff.lint.per-file-ignores]
"examples/jw_meshtools.py" = ["N806", "N803", "N802"]
"examples/jw_mesh_examples.ipynb" = ["E", "Q", "N", "I", "UP", "W", "F"]

[tool.ruff.lint.flake8-quotes]
inline-quotes = "double"
Expand Down

0 comments on commit c5f1a5d

Please sign in to comment.