parent
f0c4dfc811
commit
4de8e5d51c
@ -0,0 +1,10 @@
|
||||
[flake8]
|
||||
max-line-length = 127
|
||||
per-file-ignores =
|
||||
# Most of this is just long strings
|
||||
./swarms/prompts/**.py: E501 W293 W291
|
||||
./swarms/__init__.py: F401
|
||||
exclude =
|
||||
./playground
|
||||
./tests
|
||||
./scripts
|
Loading…
Reference in new issue