aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2020-11-14 11:09:21 -0800
committerGravatar MarkKoz <[email protected]>2020-11-14 11:21:54 -0800
commit07dfc42df409ea82f27d59dce345e2880885f1b2 (patch)
tree020e6ae835f1f8e49215a1141807ebd8b0d87d1b /.flake8
parentMerge pull request #77 - Add `lark` to available imports (diff)
Update to Python 3.9
Diffstat (limited to '.flake8')
-rw-r--r--.flake84
1 files changed, 2 insertions, 2 deletions
diff --git a/.flake8 b/.flake8
index efc7b3d..9d391f9 100644
--- a/.flake8
+++ b/.flake8
@@ -13,10 +13,10 @@ ignore=
# Docstring Content
D400,D401,D402,D404,D405,D406,D407,D408,D409,D410,D411,D412,D413,D414,D416,D417,
# Type Annotations
- TYP002,TYP003,TYP101,TYP102,TYP204,TYP206
+ ANN002,ANN003,ANN101,ANN102,ANN204,ANN206
exclude=
__pycache__,.cache,
venv,.venv
-per-file-ignores=tests/*:D1,TYP
+per-file-ignores=tests/*:D1,ANN
import-order-style=pycharm
inline-quotes="