Skip to content

Commit

Permalink
[QOL-6424] add Flake8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrawnCA committed Feb 11, 2020
1 parent 66832c2 commit 8007f4a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[flake8]
# @see https://flake8.pycqa.org/en/latest/user/configuration.html?highlight=.flake8

exclude =
ckan
scripts

# Extended output format.
format = pylint

# Show the source of errors.
show_source = True

max-complexity = 10

# List ignore rules one per line.
ignore =
E501
C901

0 comments on commit 8007f4a

Please sign in to comment.