tooling: add black and flake8 for python formatting/linting (#6454)

This commit is contained in:
Matthew Peveler
2021-09-03 15:17:51 +00:00
committed by GitHub
parent f4390b1637
commit 3fa29ea1c2
7 changed files with 188 additions and 123 deletions

2
requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
black==21.8b0
flake8==3.9.2