From 67d85e6f0ac311f80d1ea60f78c0fb793f6226a5 Mon Sep 17 00:00:00 2001 From: 51616 Date: Thu, 19 Dec 2024 13:08:22 +0000 Subject: [PATCH] line length to 89 --- .gitignore | 6 ++++++ README.md | 1 + pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/.gitignore b/.gitignore index 4905ebf..8fa85c2 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,9 @@ data/ *.bak *outputs/ plots/ +*.out +*.pt +*.pth +*.bin +*.safetensors +*tfevents* \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..51a7586 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +[Project doc](https://docs.google.com/document/d/1RCQDzlVU7YGoTwR84gLQfhxTv0RFnW6srQlqfCC2bvQ/edit?usp=sharing) \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 4af129a..56ddb17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]