Skip to content

MichiganDataScienceTeam/MDST-Tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

header

MDST-Tutorials

Additional tutorial materials for MDST member.

They are NOT required for the onboarding/admission process but useful to know and could help in certain project groups.

Development Setup

Run the following commands:

pip install pre-commit
pre-commit install

Ruff

Ruff will automatically check all code diffs for style violations but will not attempt a fix. It will generate false positives so only fix errors that make sense to you.

Auto fix one particular error code:

ruff check select=<error code> --fix

When done, commit with the --no-verify option to skip the pre-commit checks.

About

Tutorial guides for a range of interesting topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published