Run black on entire project
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user