Skip to content

Commit

Permalink
🔨 Dev Tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludy87 committed Oct 7, 2023
1 parent 14eaa4e commit c157114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ ignore = [
"D213", # Multi-line docstring summary should start at the second line
"D406", # Section name should end with a newline
"D407", # Section name underlining
"D417", #
"D417", #
"E501", # line too long
"E731", # do not assign a lambda expression, use a def
"PLC1901", # Lots of false positives
Expand Down Expand Up @@ -117,4 +117,4 @@ max-doc-length = 127
convention = "google"

[tool.pylint]
max-line-length=127
max-line-length=127

0 comments on commit c157114

Please sign in to comment.