Skip to content

Commit 32710b9

Browse files
Merge pull request #2677 from VWS-Python/per-file-ignore-bump
Bump pylint per-file-ignores
2 parents dfe1cdd + 57a3abd commit 32710b9

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
@@ -68,7 +68,7 @@ optional-dependencies.dev = [
6868
"pydocstyle==6.3",
6969
"pyenchant==3.3.0rc1",
7070
"pylint==3.3.8",
71-
"pylint-per-file-ignores==1.4.0",
71+
"pylint-per-file-ignores==2.0.3",
7272
"pyproject-fmt==2.6.0",
7373
"pyright==1.1.404",
7474
"pyroma==5.0",
@@ -224,8 +224,9 @@ load-plugins = [
224224
# - We want to use generated module names, which may not be valid, but are never seen.
225225
# - We want to use global variables in documentation, which may not be uppercase
226226
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",
229230
]
230231

231232
[tool.pylint.'MESSAGES CONTROL']

0 commit comments

Comments
 (0)