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 = [
68
68
" pydocstyle==6.3" ,
69
69
" pyenchant==3.3.0rc1" ,
70
70
" pylint==3.3.8" ,
71
- " pylint-per-file-ignores==1.4.0 " ,
71
+ " pylint-per-file-ignores==2.0.3 " ,
72
72
" pyproject-fmt==2.6.0" ,
73
73
" pyright==1.1.404" ,
74
74
" pyroma==5.0" ,
@@ -224,8 +224,9 @@ load-plugins = [
224
224
# - We want to use generated module names, which may not be valid, but are never seen.
225
225
# - We want to use global variables in documentation, which may not be uppercase
226
226
per-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" ,
229
230
]
230
231
231
232
[tool .pylint .'MESSAGES CONTROL' ]
You can’t perform that action at this time.
0 commit comments