Add comment in flake8 config file

This commit is contained in:
Gabriel Augendre 2021-12-19 21:59:45 +01:00
parent 84c151270f
commit 58a848c1bd

View file

@ -4,4 +4,5 @@ ignore =
E501,
# deprecated rule
W503,
# class member shadows builtin
A003,