Fix ruff config

pull/443/head
Wyatt Stanke 9 months ago
parent 1c38d7b033
commit a9419300fa
No known key found for this signature in database
GPG Key ID: CE6BA5FFF135536D

@ -13,13 +13,20 @@ homepage = "https://github.com/kyegomez/swarms"
documentation = "https://swarms.apac.ai" documentation = "https://swarms.apac.ai"
readme = "README.md" readme = "README.md"
repository = "https://github.com/kyegomez/swarms" repository = "https://github.com/kyegomez/swarms"
keywords = ["artificial intelligence", "deep learning", "optimizers", "Prompt Engineering", "swarms", "agents"] keywords = [
"artificial intelligence",
"deep learning",
"optimizers",
"Prompt Engineering",
"swarms",
"agents",
]
classifiers = [ classifiers = [
"Development Status :: 4 - Beta", "Development Status :: 4 - Beta",
"Intended Audience :: Developers", "Intended Audience :: Developers",
"Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: Artificial Intelligence",
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.10" "Programming Language :: Python :: 3.10",
] ]
@ -61,6 +68,8 @@ mypy-protobuf = "^3.0.0"
[tool.ruff] [tool.ruff]
line-length = 70 line-length = 70
[tool.ruff.lint]
select = ["E4", "E7", "E9", "F"] select = ["E4", "E7", "E9", "F"]
ignore = [] ignore = []
fixable = ["ALL"] fixable = ["ALL"]

Loading…
Cancel
Save