Run black on entire project

This commit is contained in:
Sumner Evans
2020-04-23 20:17:45 -06:00
parent e5b3e659ff
commit 0ed2c266d8
52 changed files with 2603 additions and 2917 deletions

View File

@@ -1,6 +1,8 @@
[flake8]
ignore = E402, W503, ANN002, ANN003, ANN101, ANN102, ANN204
select = C,E,F,W,B,B950
ignore = E402, E501, W503, ANN002, ANN003, ANN101, ANN102, ANN204
exclude = .git,__pycache__,build,dist,flatpak
max-line-length = 80
suppress-none-returning = True
suppress-dummy-args = True
application-import-names = sublime