summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bishop <stuart.bishop@canonical.com>2020-04-28 07:43:59 +0000
committerStuart Bishop <stuart.bishop@canonical.com>2020-04-28 07:43:59 +0000
commitfb8b146c058dafb9611a2dd9aa210d376d10a856 (patch)
treedd28e088aba4f2ad72fc830167b43b7a2cbe7bee
parenta11229c46f79ed377ff8e1006ccb98b1b38c4ad0 (diff)
downloadpytz-git-fb8b146c058dafb9611a2dd9aa210d376d10a856.tar.gz
Add flake8 settings
-rw-r--r--src/setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/setup.cfg b/src/setup.cfg
index 498ec14..d266b39 100644
--- a/src/setup.cfg
+++ b/src/setup.cfg
@@ -1,2 +1,5 @@
[metadata]
license_file = LICENSE.txt
+
+[flake8]
+max-line-length = 120