Skip to content

This is a beta sandbox of reusable steps for the Valohai ecosystem.

License

Notifications You must be signed in to change notification settings

valohai/library-sandbox

Repository files navigation

library-sandbox

This is a beta sandbox of reusable steps for the Valohai ecosystem.

Development

Linting

Linting/formatting happens via pre-commit. Install it with pip install pre-commit and:

  • run pre-commit install to install Git hooks if you like, or
  • run pre-commit run manually to run everything on staged files, or
  • pre-commit run --all-files to run everything on all files.

The linters run by pre-commit are ruff, black, and prettier; you can (should) set up your IDE to run them automatically too.

Tests

You can run tests with py.test:

py.test -v .

About

This is a beta sandbox of reusable steps for the Valohai ecosystem.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages