Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
authorDaniel <blackrabbit256@gmail.com>2022-02-05 10:27:29 +1100
committerGitHub <noreply@github.com>2022-02-05 00:27:29 +0100
commitf6d133804b7fdfab5a00d95a1985c3e220935ac1 (patch)
tree7eeeedf57b2d8068ce8f382ebbe830af77f58df0 /.flake8
parent68c2988358426e8d0074479cef539ddadc2a31e6 (diff)
Provide nationalization (#893)
* Nationalization * Add _ as builtins to flake8 * Removing conflict hash tag Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> Co-authored-by: Anton Hvornum <anton@hvornum.se>
Diffstat (limited to '.flake8')
-rw-r--r--.flake83
1 files changed, 2 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index 4ca1e031..c3377d24 100644
--- a/.flake8
+++ b/.flake8
@@ -6,4 +6,5 @@ max-complexity = 40
max-line-length = 236
show-source = True
statistics = True
-per-file-ignores = __init__.py:F401,F403,F405 simple_menu.py:C901,W503 guided.py:C901 \ No newline at end of file
+per-file-ignores = __init__.py:F401,F403,F405 simple_menu.py:C901,W503 guided.py:C901
+builtins = _