Skip to content

Commit 3bee1c5

Browse files
committed
docs: Coding Style
1 parent 823fd02 commit 3bee1c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Contributions to `pytorch-optimizer` for code, documentation, and tests are alwa
77
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)
88
Or you just simply run `make format` and `make check` on the project root.
99

10+
You can create the environment with `make init` or just install the pip packages to your computer.
11+
1012
A few differences from the default `black` (or another style guide) are
1113

1214
1. line-length is **119** characters.

0 commit comments

Comments
 (0)