Skip to content

Commit

Permalink
Added flake8-config-file (copied from kitconcept.intranet)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschulz committed May 15, 2024
1 parent 76e4cde commit 150ef7f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions backend/.flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Generated from:
# https://github.com/plone/meta/tree/master/config/default
# See the inline comments on how to expand/tweak this configuration file
[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,

##
# Add extra configuration options in .meta.toml:
# [flake8]
# extra_lines = """
# _your own configuration lines_
# """
##

0 comments on commit 150ef7f

Please sign in to comment.