ruff as a tool
#2631
Replies: 1 comment
-
|
This is not an issue with the package, as code style is not a critical concern IMO. However, comments and discussions are welcome! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ruffis a fast linter that can give useful advice. Here are some of the current warnings onpyscf.For reference, see https://docs.astral.sh/ruff/rules/
PERF is for small performance gains
UP is for upgrading code to recent python language
C4 is about comprehensions
SIM is for possible simplifications
Beta Was this translation helpful? Give feedback.
All reactions