File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ optional-dependencies.dev = [
6868 " pydocstyle==6.3" ,
6969 " pyenchant==3.3.0rc1" ,
7070 " pylint==3.3.8" ,
71- " pylint-per-file-ignores==1.4.0 " ,
71+ " pylint-per-file-ignores==2.0.3 " ,
7272 " pyproject-fmt==2.6.0" ,
7373 " pyright==1.1.404" ,
7474 " pyroma==5.0" ,
@@ -224,8 +224,9 @@ load-plugins = [
224224# - We want to use generated module names, which may not be valid, but are never seen.
225225# - We want to use global variables in documentation, which may not be uppercase
226226per-file-ignores = [
227- " docs/:invalid-name" ,
228- " doccmd_README_rst.*.py:invalid-name" ,
227+ " docs/source/conf.py:invalid-name" ,
228+ " docs/source/doccmd_*.py:invalid-name" ,
229+ " doccmd_README_rst_*.py:invalid-name" ,
229230]
230231
231232[tool .pylint .'MESSAGES CONTROL' ]
You can’t perform that action at this time.
0 commit comments