We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We currently have tests that run each profile for charmcraft init and then run them through pydocstyle etc.
charmcraft init
Replace these with tests that run ruff on them the way the linter says to do so.
ruff
We moved everything to ruff but forgot these tests. It could become an issue if the tools diverge.
The text was updated successfully, but these errors were encountered:
fix(templates): replace flake8 and pydocstyle with ruff
b11d853
Fixes #1461
5ed77fa
fix(templates): replace flake8 and pydocstyle with ruff (#1941)
9aba24c
Successfully merging a pull request may close this issue.
What needs to get done
We currently have tests that run each profile for
charmcraft init
and then run them through pydocstyle etc.Replace these with tests that run
ruff
on them the way the linter says to do so.Why it needs to get done
We moved everything to ruff but forgot these tests. It could become an issue if the tools diverge.
The text was updated successfully, but these errors were encountered: