Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
BSchilperoort committed Apr 13, 2024
1 parent 1087cd8 commit 73493ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ select = [ # It would be nice to have the commented out checks working.

]
extend-select = [
"D401", # First line should be in imperative mood
#"D401", # First line should be in imperative mood
"D400", # First line should end in a period.
"D404", # First word of the docstring should not be "This"
"TID252", # No relative imports (not pep8 compliant)
Expand Down

0 comments on commit 73493ad

Please sign in to comment.