Skip to content

Commit

Permalink
Linting update
Browse files Browse the repository at this point in the history
  • Loading branch information
scmmmh committed Oct 23, 2023
1 parent 3389142 commit 91f383d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ select = [
"ARG",
"B",
"C",
"D",
"DTZ",
"E",
"EM",
Expand Down Expand Up @@ -160,6 +161,8 @@ ignore = [
"S105", "S106", "S107",
# Ignore complexity
"C901", "PLR0911", "PLR0912", "PLR0913", "PLR0915",
# Pick the pydocstyle preferences (no blank line before class docs, multi-line starts on first line)
"D203", "D213"
]
unfixable = [
# Don't touch unused imports
Expand Down

0 comments on commit 91f383d

Please sign in to comment.