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 = [
5353 " pyenchant==3.3.0rc1" ,
5454 " pygments==2.19.2" ,
5555 " pylint==3.3.8" ,
56- " pylint-per-file-ignores==1.4.0 " ,
56+ " pylint-per-file-ignores==2.0.3 " ,
5757 " pyproject-fmt==2.6.0" ,
5858 " pyright==1.1.404" ,
5959 " pyroma==5.0" ,
@@ -248,8 +248,9 @@ disable = [
248248# - We want to use global variables in documentation, which may not be uppercase.
249249# - conf.py is a Sphinx configuration file which requires lowercase global variable names.
250250per-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" ,
253254]
254255
255256[tool .pylint .'FORMAT' ]
You can’t perform that action at this time.
0 commit comments