Skip to content

Commit

Permalink
ci: fix flake8 check
Browse files Browse the repository at this point in the history
flake8 does not allow commentsi n the config file
  • Loading branch information
iamDecode committed Dec 9, 2022
1 parent edd1e13 commit c1e6e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[flake8]
ignore = E111,E121,E114 # we use 2-space indent
ignore = E111,E121,E114
D100,D105,D102
per-file-ignores =
__init__.py: D200,D205,D400
Expand Down

0 comments on commit c1e6e47

Please sign in to comment.