[calm - Cygwin server-side packaging maintenance script] branch master, updated. 20200129-4-g370d31f

jturney@sourceware.org jturney@sourceware.org
Mon Feb 17 19:45:00 GMT 2020




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/calm.git;h=370d31fd7c77372c1c41c2e913668e9e07f3d5ac

commit 370d31fd7c77372c1c41c2e913668e9e07f3d5ac
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Sun Feb 16 23:47:59 2020 +0000

    Move flake8 settings to .flake8


Diff:
---
 .flake8 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.flake8 b/.flake8
new file mode 100644
index 0000000..d44f217
--- /dev/null
+++ b/.flake8
@@ -0,0 +1,3 @@
+[flake8]
+ignore=E741,E129
+max-line-length=240



More information about the Cygwin-apps-cvs mailing list