aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-01-25 01:14:28 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-01-25 01:14:28 +0100
commita1c2a999e449054d6641bbb633954e45fcd63f90 (patch)
tree47628c10ded721d66e47b5f87f501293cd8af003 /.flake8
parentInitialize package (diff)
downloadbeancount-extras-kris7t-a1c2a999e449054d6641bbb633954e45fcd63f90.tar.gz
beancount-extras-kris7t-a1c2a999e449054d6641bbb633954e45fcd63f90.tar.zst
beancount-extras-kris7t-a1c2a999e449054d6641bbb633954e45fcd63f90.zip
Add plugins and importers from private config
The importers are missing tests, because not having any specifications for the import formats means we must use real, private data as test inputs
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