Skip to content

y-scope/yscope-dev-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributing

Before you submit a pull request, ensure you follow the testing and linting instructions below.

Note

We use Task to automate our development workflow. You can use task --list-all to see all available tasks.

Requirements

  • Python 3.10 or higher
  • Task 3.40 or higher
  • uv 0.7.10 or higher

Testing

To run all tests:

task test

You can also run specific unit tests with task tests:<test>, where <test> is the name of the test you want to run.

Linting

To run all linting checks:

task lint:check

You can also run specific linting checks with task lint:<check>, where <check> is the name of check you want to run.

Cleaning

To clean up any generated files:

task clean

About

A collection of configs, scripts, and tools that are reusable across YScope repos.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 9