Initial commit

fbshipit-source-id: ad58e416e3ceeca85fae0583308968d04e78fe0d
This commit is contained in:
facebook-github-bot
2020-01-23 11:53:41 -08:00
commit dbf06b504b
211 changed files with 47362 additions and 0 deletions

6
.flake8 Normal file
View File

@@ -0,0 +1,6 @@
[flake8]
ignore = E203, E266, E501, W503, E221
max-line-length = 80
max-complexity = 18
select = B,C,E,F,W,T4,B9
exclude = build,__init__.py