Skip to content

Commit

Permalink
chore: add sider config (#24892)
Browse files Browse the repository at this point in the history
Co-authored-by: Sagar Vora <[email protected]>
  • Loading branch information
hasnain2808 and sagarvora authored Mar 17, 2021
1 parent c647b60 commit 7f906f9
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -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 changes: 3 additions & 0 deletions sider.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
linter:
flake8:
config: .flake8

0 comments on commit 7f906f9

Please sign in to comment.