Skip to content

Commit

Permalink
updated .flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Jul 2, 2024
1 parent 29fbc0f commit 9440555
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
#
# Author: Hari Sekhon
# Date: Mon Oct 21 15:57:10 2019 +0100
#
# vim:ts=4:sts=4:sw=4:et
#
# https///github.com/HariSekhon/pylib
#
# License: see accompanying Hari Sekhon LICENSE file
#
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
#
# https://www.linkedin.com/in/HariSekhon
#

# ============================================================================ #
# F l a k e 8 C o n f i g
# ============================================================================ #

# https://flake8.pycqa.org/en/latest/user/configuration.html

[flake8]
ignore = E265,E402,F401

statistics = True

max-line-length = 120

ignore = E265,
E402,
F401

exclude = test*/*

max-complexity = 10

0 comments on commit 9440555

Please sign in to comment.