Ignore some flake8 warnings that conflict with black

This commit is contained in:
2023-10-23 20:08:16 +02:00
parent f6bfad2d4b
commit a4f2e1d354

2
.flake8 Normal file
View File

@@ -0,0 +1,2 @@
[flake8]
ignore = E501, W503, E203