Skip to content

Commit 35f8d8e

Browse files
Merge pull request #1367 from VWS-Python/dependabot/pip/pylint-2.7.2
Bump pylint from 2.6.2 to 2.7.2
2 parents 24da02e + e05bfbb commit 35f8d8e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pip_check_reqs==2.1.1
2121
pydocstyle==5.1.1 # Lint docstrings
2222
pyenchant==3.2.0 # Bindings for a spellchecking sytem
2323
pygithub==1.54.1
24-
pylint==2.6.2 # Lint
24+
pylint==2.7.2 # Lint
2525
pyroma==3.0.1 # Packaging best practices checker
2626
pytest-cov==2.11.1 # Measure code coverage
2727
pytest==6.2.2 # Test runners

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@
6767
'wrong-import-order',
6868
# pylint does not support new type hint styles e.g. list[str]
6969
'unsubscriptable-object',
70+
# mypy does not want untyped parameters.
71+
'useless-type-doc',
7072
]
7173

7274
[tool.pylint.'FORMAT']

0 commit comments

Comments
 (0)