Skip to content

Commit

Permalink
Ingore invalid module names ruff complains about
Browse files Browse the repository at this point in the history
It doesn't seem to be possible to ignore these on a per-file basis,
or at least I couldn't find a spelling which worked.
  • Loading branch information
PeterJCLaw committed Sep 16, 2023
1 parent 60483b6 commit 68e467e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helpdesk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ ignore = [
"ANN401", # Dynamically typed expressions (typing.Any) are disallowed
"B009", # Do not call `getattr` with a constant attribute value.
"S101", # S101 Use of `assert` detected
"N999", # N999 Invalid module name
]

line-length = 120
line-length = 120

0 comments on commit 68e467e

Please sign in to comment.