File size: 201 Bytes
923696f
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
[project]
name = "auto-gpt"
version = "0.1.0"
description = "A GPT based ai agent"
readme = "README.md"

[tool.black]
line-length = 88
target-version = ['py310']
include = '\.pyi?$'
extend-exclude = ""