Skip to content

Commit ccc4993

Browse files
Merge pull request #2662 from VWS-Python/per-file-ignore-bump
Bump pylint per-file-ignores
2 parents 0a2d361 + af9bf75 commit ccc4993

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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.
250250
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",
253254
]
254255

255256
[tool.pylint.'FORMAT']

0 commit comments

Comments
 (0)