Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
authorDylan M. Taylor <dylan@dylanmtaylor.com>2021-05-15 09:49:55 -0400
committerGitHub <noreply@github.com>2021-05-15 09:49:55 -0400
commita79a582cfb1cc8b840af7b4f662a10b1d052fc36 (patch)
treecd2fcb7b40b18bafe3d561f4951cdf114294c808 /.flake8
parent843cd6cf0feff3144ec6b9fdf64904ae44e7f43d (diff)
Create .flake8
Diffstat (limited to '.flake8')
-rw-r--r--.flake82
1 files changed, 2 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
new file mode 100644
index 00000000..4fc3e539
--- /dev/null
+++ b/.flake8
@@ -0,0 +1,2 @@
+[flake8]
+ignore = E501, W191, E741