We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a8eeb commit c171aaaCopy full SHA for c171aaa
pyproject.toml
@@ -261,6 +261,7 @@ per-file-ignores."cmd2/argparse_custom.py" = [
261
]
262
263
per-file-ignores."examples/*.py" = [
264
+ "D", # Ignore all pydocstyle rules in examples folder
265
"INP001", # Module is part of an implicit namespace
266
"PLW2901", # loop variable overwritten inside loop
267
"S", # Ignore all Security rules in examples folder
@@ -279,6 +280,7 @@ per-file-ignores."examples/unicode_commands.py" = [
279
280
281
282
per-file-ignores."plugins/*.py" = [
283
+ "D", # Ignore all pydocstyle rules in test folders
284
285
"S", # Ignore all Security rules in test folders
286
0 commit comments