Skip to content

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
FasterSpeeding authored Dec 27, 2023
1 parent d53af90 commit 1f95dec
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 @@ -89,8 +89,8 @@ ignore = [
"CFQ002", # Function has too many arguments.
"D102", # Missing docstring in public method.
"D105", # Magic methods not having a docstring.
"D401", # Conflits with property doc-strings too much.
"D404", # Conflits with property doc-strings too much.
"D401", # Conflicts with property doc-strings too much.
"D404", # Conflicts with property doc-strings too much.
"D412", # No blank lines allowed between a section header and its content
"E402", # Module level import not at top of file (isn't compatible with our import style).
"IFS001", # "use a oneliner here".
Expand Down

0 comments on commit 1f95dec

Please sign in to comment.