summaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-11-19 14:52:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-11-19 14:53:01 +0000
commitf3b6c222fb11c96e2f8bbaa0622f46c8ec486874 (patch)
tree0f38497775e27d3e16b20573b36dd22aa5b24f3e /.flake8
parentReleasing debian version 0.17.0-1. (diff)
downloadgitlint-f3b6c222fb11c96e2f8bbaa0622f46c8ec486874.tar.xz
gitlint-f3b6c222fb11c96e2f8bbaa0622f46c8ec486874.zip
Merging upstream version 0.18.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.flake8')
-rw-r--r--.flake811
1 files changed, 0 insertions, 11 deletions
diff --git a/.flake8 b/.flake8
deleted file mode 100644
index df7800e..0000000
--- a/.flake8
+++ /dev/null
@@ -1,11 +0,0 @@
-[flake8]
-# H307: like imports should be grouped together
-# H405: multi line docstring summary not separated with an empty line
-# H803: git title must end with a period
-# H904: Wrap long lines in parentheses instead of a backslash
-# H802: git commit title should be under 50 chars
-# H701: empty localization string
-extend-ignore = H307,H405,H803,H904,H802,H701
-# exclude settings files and virtualenvs
-exclude = *settings.py,*.venv/*.py
-max-line-length = 120 \ No newline at end of file