]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/commitdiff
flake8: add config
authorChristoph Gysin <christoph.gysin@gmail.com>
Sun, 5 Nov 2017 21:00:38 +0000 (23:00 +0200)
committerChristoph Gysin <christoph.gysin@gmail.com>
Sun, 5 Nov 2017 21:36:27 +0000 (23:36 +0200)
.flake8 [new file with mode: 0644]

diff --git a/.flake8 b/.flake8
new file mode 100644 (file)
index 0000000..0938102
--- /dev/null
+++ b/.flake8
@@ -0,0 +1,3 @@
+[flake8]
+ignore = E722
+max-line-length = 233