Fix flake8 config syntax making the test crash

This commit is contained in:
Alexandre Aubin 2023-01-05 19:14:42 +01:00 committed by GitHub
parent 7f4e8b394c
commit 01a4dc0942
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,5 +4,5 @@ ignore =
E128, E128,
E731, E731,
E722, E722,
W503 # Black formatter conflict W503,
E203 # Black formatter conflict E203