Skip to content

Commit 2131856

Browse files
committed
Allow asserts in README
1 parent 16bc9a9 commit 2131856

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@ lint.ignore = [
127127
"PLR0913",
128128
]
129129

130+
lint.per-file-ignores."doccmd_*.py" = [
131+
# Allow asserts in docs.
132+
"S101",
133+
]
134+
130135
lint.per-file-ignores."docs/source/*.py" = [
131136
# Allow asserts in docs.
132137
"S101",

0 commit comments

Comments
 (0)