Skip to content

Commit fcaa10d

Browse files
committed
Bump pylint per-file-ignores
1 parent 0a2d361 commit fcaa10d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 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,7 +248,8 @@ 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",
251+
"docs/source/conf.py:invalid-name",
252+
"docs/source/doccmd_*.py:invalid-name",
252253
"doccmd_README_rst.*.py:invalid-name",
253254
]
254255

0 commit comments

Comments
 (0)