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 dfe1cdd commit 33ed62dCopy full SHA for 33ed62d
pyproject.toml
@@ -68,7 +68,7 @@ optional-dependencies.dev = [
68
"pydocstyle==6.3",
69
"pyenchant==3.3.0rc1",
70
"pylint==3.3.8",
71
- "pylint-per-file-ignores==1.4.0",
+ "pylint-per-file-ignores==2.0.3",
72
"pyproject-fmt==2.6.0",
73
"pyright==1.1.404",
74
"pyroma==5.0",
@@ -224,7 +224,8 @@ load-plugins = [
224
# - We want to use generated module names, which may not be valid, but are never seen.
225
# - We want to use global variables in documentation, which may not be uppercase
226
per-file-ignores = [
227
- "docs/:invalid-name",
+ "docs/source/conf.py:invalid-name",
228
+ "docs/source/doccmd_*.py:invalid-name",
229
"doccmd_README_rst.*.py:invalid-name",
230
]
231
0 commit comments