We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24da02e + e05bfbb commit 35f8d8eCopy full SHA for 35f8d8e
dev-requirements.txt
@@ -21,7 +21,7 @@ pip_check_reqs==2.1.1
21
pydocstyle==5.1.1 # Lint docstrings
22
pyenchant==3.2.0 # Bindings for a spellchecking sytem
23
pygithub==1.54.1
24
-pylint==2.6.2 # Lint
+pylint==2.7.2 # Lint
25
pyroma==3.0.1 # Packaging best practices checker
26
pytest-cov==2.11.1 # Measure code coverage
27
pytest==6.2.2 # Test runners
pyproject.toml
@@ -67,6 +67,8 @@
67
'wrong-import-order',
68
# pylint does not support new type hint styles e.g. list[str]
69
'unsubscriptable-object',
70
+ # mypy does not want untyped parameters.
71
+ 'useless-type-doc',
72
]
73
74
[tool.pylint.'FORMAT']
0 commit comments