Improve docs for py-version
#5038
Labels
Documentation 📗
Enhancement ✨
Improvement to a component
Hacktoberfest
Help wanted 🙏
Outside help would be appreciated, good for new contributors
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
Followup to #5019 and #5024
The current documentation around the
py-version
setting introduced in2.11
could be improved.sys.version_info
. Likely requires an exception to not show a default value Small py-version improvements #5069pylint
with the oldest Python version their project supportspy-version
to allow runningpylint
with newer versions. E.g. whenpylint
is used together with a pre-commit hook and most development happens on a newer Python version.py-version
will only hide suggestions for features that aren't included in all (by a project supported) Python versions.The text was updated successfully, but these errors were encountered: