-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update pre-commit hooks #341
Comments
MoM:
|
Some thought from my side - In general I am positive but we need to make sure that Continuous integration continue to work. Maybe update to some 3.10 version in files like https://github.com/COVESA/vss-tools/blob/master/Pipfile and https://github.com/COVESA/vss-tools/blob/master/.github/workflows/buildcheck.yml |
MoM:
|
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi everyone, I realized that we are not using the full functionality of
pre-commit
, so I'm suggesting that we update it to use all standard hooks for python-based projects. I extended the current one withpyupgrade
,isort
,black
,ruff
,markdownlint-cli2
, andcodespell
. Please see suggested change below.Regarding
pyupgrade
we could use python 3.8+ for now eventhough I would recommend to go for at least 3.10+As this changes many files of the project I created this issue for discussion.
The text was updated successfully, but these errors were encountered: