chore: add sider config (#24892)

Co-authored-by: Sagar Vora <sagar@resilient.tech>
This commit is contained in:
Mohammad Hasnain Mohsin Rajan 2021-03-17 20:06:35 +05:30 committed by GitHub
parent c647b6088a
commit 7f906f9aaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 35 additions and 0 deletions

32
.flake8 Normal file
View File

@ -0,0 +1,32 @@
[flake8]
ignore =
E121,
E126,
E127,
E128,
E203,
E225,
E226,
E231,
E241,
E251,
E261,
E265,
E302,
E303,
E305,
E402,
E501,
E741,
W291,
W292,
W293,
W391,
W503,
W504,
F403,
B007,
B950,
W191,
max-line-length = 200

3
sider.yml Normal file
View File

@ -0,0 +1,3 @@
linter:
flake8:
config: .flake8