Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
FasterSpeeding authored Feb 5, 2024
1 parent ff50515 commit 768bb47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ ignore = [
"S101", # Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
"E203", # whitespace before ':'
"E231", # missing whitespace after ','
"E701", # Incompatible with black: E701 multiple statements on one line (colon)
"E704", # Incompatible with black: E704 multiple statements on one line (def)
]
per-file-ignores = [
"docs_src/*.py: DALL000, D100, D101, D103, E800, FA100, FA101, F841, INP001, N806, TC001, TC101",
Expand Down

0 comments on commit 768bb47

Please sign in to comment.