You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ Contributions to `pytorch-optimizer` for code, documentation, and tests are alwa
7
7
Currently, `black` and `ruff` are used to format & lint the code. Here are the [lint options](https://github.com/kozistr/pytorch_optimizer/blob/main/pyproject.toml#L69)
8
8
Or you just simply run `make format` and `make check` on the project root.
9
9
10
+
You can create the environment with `make init` or just install the pip packages to your computer.
11
+
10
12
A few differences from the default `black` (or another style guide) are
0 commit comments