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
Added flake8 #1774
Added flake8 #1774
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1774 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 235 237 +2
Lines 6989 7078 +89
=========================================
+ Hits 6989 7078 +89
Continue to review full report at Codecov.
|
|
|
|
Great, thanks! I updated the configs (based on Black) and a couple of sections in the tests to conform to the new rules. |


I added
flake8plugin for validating Python code style.flake8added to dependencies list,formatscript to format and clean all your code, andtestscript.I ran
flake8on all files in fastapi and tests and changed them as well.The text was updated successfully, but these errors were encountered: