kevinwang676 commited on
Commit
7d16da4
1 Parent(s): a91ea12

Update pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +9 -0
pyproject.toml CHANGED
@@ -58,3 +58,12 @@ bark = ["assets/prompts/*.npz", "assets/prompts/v2/*.npz"]
58
 
59
  [tool.black]
60
  line-length = 100
 
 
 
 
 
 
 
 
 
 
58
 
59
  [tool.black]
60
  line-length = 100
61
+ target-version = ["py37", "py38", "py39", "py310"]
62
+ include = '\.pyi?$'
63
+
64
+ [tool.isort]
65
+ profile = "black"
66
+ line_length = 100
67
+ skip_gitignore = true
68
+ known_first_party = ["df", "libdf", "libdfdata"]
69
+