Skip to content

Commit

Permalink
chore: Break out documentation preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed May 29, 2024
1 parent 9275ddd commit e153874
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ ignore = [
"ANN", "COM", "EM",
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
"W191", "E501", "D206", "Q000", "Q001", "Q002", "Q003", "ISC001",
"D203", "D212", # ignore incompatible rules
"D100", "D104", "D200", "D205", "D400", "D415",
"D203", "D212", # incompatible rules
"D200", # documentation preferences
"D100", "D104", "D205", "D400", "D415",
"ARG001", "ARG002", # unused arguments (callbacks)
"PLR0913", # many arguments (decorators)
"PYI024", # Python 3.10 has no generic namedtuples
Expand Down

0 comments on commit e153874

Please sign in to comment.