Skip to content

Commit 726bcf9

Browse files
committed
Update ruff linting config
1 parent 57c9558 commit 726bcf9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,11 @@ ignore = [
6262
# documenting magic methods
6363
"D105",
6464

65-
# Don't bother with future imports for type annotations
66-
"FA100",
65+
# Conflicts with D211
66+
"D203",
67+
68+
# Conflicts with D212
69+
"D213",
6770

6871
# Magic numbers for HTTP status codes seem ok most of the time.
6972
"PLR2004",

0 commit comments

Comments
 (0)