aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorLinux-cpp-lisp <1473644+Linux-cpp-lisp@users.noreply.github.com>2021-11-17 15:52:08 -0500
committerLinux-cpp-lisp <1473644+Linux-cpp-lisp@users.noreply.github.com>2021-11-17 15:52:08 -0500
commitf658af9055647685c7713c36de4905f34e4d8508 (patch)
treee7432d6b05a24d507ab014e8256e6314d081f868 /setup.cfg
parentdb825eee5595a6ecbdee16b4b135984df5bba9f6 (diff)
CI with GitHub Actions
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 5 insertions, 0 deletions
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