mirror of
https://github.com/SakanaAI/doc-to-lora.git
synced 2026-07-23 17:01:04 +02:00
line length to 89
This commit is contained in:
parent
2666bf2ced
commit
67d85e6f0a
3 changed files with 8 additions and 1 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -12,3 +12,9 @@ data/
|
|||
*.bak
|
||||
*outputs/
|
||||
plots/
|
||||
*.out
|
||||
*.pt
|
||||
*.pth
|
||||
*.bin
|
||||
*.safetensors
|
||||
*tfevents*
|
||||
1
README.md
Normal file
1
README.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
[Project doc](https://docs.google.com/document/d/1RCQDzlVU7YGoTwR84gLQfhxTv0RFnW6srQlqfCC2bvQ/edit?usp=sharing)
|
||||
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue