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 @@ -46,7 +46,7 @@ optional-dependencies.dev = [
46
46
" mypy-strict-kwargs==2025.4.3" ,
47
47
" pre-commit==4.3.0" ,
48
48
" pylint==3.3.8" ,
49
- " pylint-per-file-ignores==1.4.0 " ,
49
+ " pylint-per-file-ignores==2.0.3 " ,
50
50
" pyproject-fmt==2.6.0" ,
51
51
" pyright==1.1.404" ,
52
52
" pyroma==5.0" ,
@@ -237,8 +237,9 @@ disable = [
237
237
# - We want to use global variables in documentation, which may not be uppercase.
238
238
# - conf.py is a Sphinx configuration file which requires lowercase global variable names.
239
239
per-file-ignores = [
240
- " docs/:invalid-name" ,
241
- " doccmd_README_rst.*.py:invalid-name" ,
240
+ " docs/source/conf.py:invalid-name" ,
241
+ " docs/source/doccmd_*.py:invalid-name" ,
242
+ " doccmd_README_rst_*.py:invalid-name" ,
242
243
]
243
244
244
245
[tool .pylint .'FORMAT' ]
You can’t perform that action at this time.
0 commit comments