Ignore E203
This commit is contained in:
parent
28a1cb0dc5
commit
6d40e5acc5
1 changed files with 1 additions and 1 deletions
|
@ -35,4 +35,4 @@ repos:
|
|||
- flake8-annotations~=2.7
|
||||
- flake8-bandit~=2.1
|
||||
- flake8-docstrings~=1.6
|
||||
args: [--max-line-length=100, --ignore=ANN101 D107 ANN102 ANN206 D105 ANN204]
|
||||
args: [--max-line-length=100, --ignore=ANN101 D107 ANN102 ANN206 D105 ANN204 E203]
|
||||
|
|
Loading…
Add table
Reference in a new issue