Skip to content

Commit

Permalink
feat: configure tools
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Nov 3, 2023
1 parent 8676edc commit cfea8b1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[flake8]
doctests = 1
ignore =
# black takes care of line length
E501,
# black takes care of where to break lines
W503,
# black takes care of spaces within slicing (list[:])
E203,
# black takes care of spaces after commas
E231,
# as one has to use self.XX it should not be a problem
A003,

0 comments on commit cfea8b1

Please sign in to comment.