aboutsummaryrefslogtreecommitdiff
path: root/autogpts/autogpt/.flake8
diff options
context:
space:
mode:
Diffstat (limited to 'autogpts/autogpt/.flake8')
-rw-r--r--autogpts/autogpt/.flake811
1 files changed, 11 insertions, 0 deletions
diff --git a/autogpts/autogpt/.flake8 b/autogpts/autogpt/.flake8
new file mode 100644
index 000000000..b9aa1bc73
--- /dev/null
+++ b/autogpts/autogpt/.flake8
@@ -0,0 +1,11 @@
+[flake8]
+max-line-length = 88
+extend-exclude =
+ .*_cache/,
+ .venv,
+ data/,
+ logs/,
+ tests/unit/data/,
+extend-ignore =
+ # No whitespace before ':' conflicts with Black style for slices
+ E203,