line length to 89

This commit is contained in:
51616 2024-12-19 13:08:22 +00:00
parent 2666bf2ced
commit 67d85e6f0a
3 changed files with 8 additions and 1 deletions

6
.gitignore vendored
View file

@ -12,3 +12,9 @@ data/
*.bak
*outputs/
plots/
*.out
*.pt
*.pth
*.bin
*.safetensors
*tfevents*

1
README.md Normal file
View file

@ -0,0 +1 @@
[Project doc](https://docs.google.com/document/d/1RCQDzlVU7YGoTwR84gLQfhxTv0RFnW6srQlqfCC2bvQ/edit?usp=sharing)

View file

@ -32,7 +32,7 @@ profile = "black"
[tool.black]
line-length = 99
line-length = 89
[tool.pyright]
exclude = ["train_outputs", "data", "generated_tasks", "outputs", "plots", "tmp", "wandb"]