aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
Diffstat (limited to '.flake8')
-rw-r--r--.flake816
1 files changed, 16 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
new file mode 100644
index 0000000..d000b15
--- /dev/null
+++ b/.flake8
@@ -0,0 +1,16 @@
1[flake8]
2exclude =
3 .git
4 __pycache__
5 setup.py
6 build
7 dist
8 releases
9 .venv
10 .tox
11 .mypy_cache
12 .pytest_cache
13 .vscode
14 .github
15 beancount
16max-line-length = 99