-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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.
|
📝 Docs preview for commit 0061e18 at: https://5f18c7250bdaa8d009104c2a--fastapi.netlify.app |
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
flake8
plugin for validating Python code style.flake8
added to dependencies list,format
script to format and clean all your code, andtest
script.I ran
flake8
on all files in fastapi and tests and changed them as well.