Skip to content

Commit 94ea71a

Browse files
Merge pull request #1368 from VWS-Python/per-file-ignore-bump
Bump pylint per-file-ignores
2 parents cbb9d09 + adb2552 commit 94ea71a

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
@@ -46,7 +46,7 @@ optional-dependencies.dev = [
4646
"mypy-strict-kwargs==2025.4.3",
4747
"pre-commit==4.3.0",
4848
"pylint==3.3.8",
49-
"pylint-per-file-ignores==1.4.0",
49+
"pylint-per-file-ignores==2.0.3",
5050
"pyproject-fmt==2.6.0",
5151
"pyright==1.1.404",
5252
"pyroma==5.0",
@@ -237,8 +237,9 @@ disable = [
237237
# - We want to use global variables in documentation, which may not be uppercase.
238238
# - conf.py is a Sphinx configuration file which requires lowercase global variable names.
239239
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",
242243
]
243244

244245
[tool.pylint.'FORMAT']

0 commit comments

Comments
 (0)