aboutsummaryrefslogtreecommitdiffstats
path: root/python/.flake8
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-10-26 12:53:09 -0700
committerBryan Newbold <bnewbold@archive.org>2021-10-26 12:53:09 -0700
commitf3f424e42f2f4f383103cf80b30a00cfa6cfc179 (patch)
treeb031e394b1714df28dfcf02e1f7a42fa8c38ffd9 /python/.flake8
parente810a162065853e6eab0d1f73ea837d57c26d16d (diff)
downloadsandcrawler-f3f424e42f2f4f383103cf80b30a00cfa6cfc179.tar.gz
sandcrawler-f3f424e42f2f4f383103cf80b30a00cfa6cfc179.zip
tweak lint/fmt settings
Diffstat (limited to 'python/.flake8')
-rw-r--r--python/.flake84
1 files changed, 2 insertions, 2 deletions
diff --git a/python/.flake8 b/python/.flake8
index 6aa37b6..0f91a75 100644
--- a/python/.flake8
+++ b/python/.flake8
@@ -2,5 +2,5 @@
select = C,E,F,W,ANN
ignore = F405,F403,W503,E231,E203,E501,E226,E711,E713,ANN101,ANN204,ANN102
max-complexity = 20
-exclude = .git,__pycache__,.venv
-max-line-length = 120
+exclude = .git,__pycache__,.venv,scripts/
+max-line-length = 96