mirror of
https://github.com/bigscience-workshop/petals
synced 2024-10-31 09:20:41 +00:00
e2711a033b
This PR will run basic tests automatically on each subsequent PR - convert a small model on every PR - run existing tests on every PR - enforce black / isort - require checks on merge - make sure tests are not flappy Co-authored-by: Alexander Borzunov <hxrussia@gmail.com> Co-authored-by: Dmitry Baranchuk <dmitrybaranchuk@gmail.com>
10 lines
192 B
TOML
10 lines
192 B
TOML
[tool.black]
|
|
line-length = 120
|
|
required-version = "22.3.0"
|
|
|
|
[tool.isort]
|
|
profile = "black"
|
|
line_length = 120
|
|
combine_as_imports = true
|
|
combine_star = true
|
|
known_local_folder = ["tests", "cli"] |