Add comment in flake8 config file
This commit is contained in:
parent
84c151270f
commit
58a848c1bd
1 changed files with 1 additions and 0 deletions
1
.flake8
1
.flake8
|
@ -4,4 +4,5 @@ ignore =
|
|||
E501,
|
||||
# deprecated rule
|
||||
W503,
|
||||
# class member shadows builtin
|
||||
A003,
|
||||
|
|
Reference in a new issue