Skip to content

Commit

Permalink
chore: skip style checks in sider
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ankush committed Mar 30, 2022
1 parent 7e719a1 commit fe96254
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ ignore =
E124, # closing bracket, irritating while writing QB code
E131, # continuation line unaligned for hanging indent
E123, # closing bracket does not match indentation of opening bracket's line
E101, # ensured by use of black

max-line-length = 200
exclude=.github/helper/semgrep_rules

0 comments on commit fe96254

Please sign in to comment.