issues
search
openclimatefix
/
ocf-template
Template Repository for OCF Projects
4
stars
0
forks
source link
Ask Ruff to check for flake-8 bugbear issues
#4
Closed
JackKelly
closed
1 year ago
JackKelly
commented
1 year ago
Pull Request
Description
Tell
ruff
to also warn us about
flake-8 bugbear
issues
(such as mutable default arguments in functions).
How Has This Been Tested?
[x] Yes, tested in the ocf-ml-metrics repo
Checklist:
[x] My code follows
OCF's coding style guidelines
[x] I have performed a self-review of my own code
[ ] I have made corresponding changes to the documentation
[ ] I have added tests that prove my fix is effective or that my feature works
[x] I have checked my code and corrected any misspellings
Pull Request
Description
ruff
to also warn us aboutflake-8 bugbear
issues (such as mutable default arguments in functions).How Has This Been Tested?
Checklist: