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 0a2d361 commit fcaa10dCopy full SHA for fcaa10d
pyproject.toml
@@ -53,7 +53,7 @@ optional-dependencies.dev = [
53
"pyenchant==3.3.0rc1",
54
"pygments==2.19.2",
55
"pylint==3.3.8",
56
- "pylint-per-file-ignores==1.4.0",
+ "pylint-per-file-ignores==2.0.3",
57
"pyproject-fmt==2.6.0",
58
"pyright==1.1.404",
59
"pyroma==5.0",
@@ -248,7 +248,8 @@ disable = [
248
# - We want to use global variables in documentation, which may not be uppercase.
249
# - conf.py is a Sphinx configuration file which requires lowercase global variable names.
250
per-file-ignores = [
251
- "docs/:invalid-name",
+ "docs/source/conf.py:invalid-name",
252
+ "docs/source/doccmd_*.py:invalid-name",
253
"doccmd_README_rst.*.py:invalid-name",
254
]
255
0 commit comments