From f658af9055647685c7713c36de4905f34e4d8508 Mon Sep 17 00:00:00 2001 From: Linux-cpp-lisp <1473644+Linux-cpp-lisp@users.noreply.github.com> Date: Wed, 17 Nov 2021 15:52:08 -0500 Subject: CI with GitHub Actions --- setup.cfg | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 setup.cfg (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..5bffaa2 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,5 @@ +[flake8] +max-line-length = 127 +select = E,F,W,C +ignore = E226,E501,E741,E743,C901,W503 +exclude = .eggs,*.egg,build,dist,docs -- cgit v1.2.3