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 @@ -53,7 +53,7 @@ optional-dependencies.dev = [
53
53
" pyenchant==3.3.0rc1" ,
54
54
" pygments==2.19.2" ,
55
55
" pylint==3.3.8" ,
56
- " pylint-per-file-ignores==1.4.0 " ,
56
+ " pylint-per-file-ignores==2.0.3 " ,
57
57
" pyproject-fmt==2.6.0" ,
58
58
" pyright==1.1.404" ,
59
59
" pyroma==5.0" ,
@@ -248,8 +248,9 @@ disable = [
248
248
# - We want to use global variables in documentation, which may not be uppercase.
249
249
# - conf.py is a Sphinx configuration file which requires lowercase global variable names.
250
250
per-file-ignores = [
251
- " docs/:invalid-name" ,
252
- " doccmd_README_rst.*.py:invalid-name" ,
251
+ " docs/source/conf.py:invalid-name" ,
252
+ " docs/source/doccmd_*.py:invalid-name" ,
253
+ " doccmd_README_rst_*.py:invalid-name" ,
253
254
]
254
255
255
256
[tool .pylint .'FORMAT' ]
You can’t perform that action at this time.
0 commit comments