Skip to content

Documents and Illustrates Coding Standards used at Prediction Machine

Notifications You must be signed in to change notification settings

predictionmachine/pm-coding-template

Repository files navigation

[Projectname]

PM CI workflow Maintainability

codecov Code style: black

(If forking this template repo, please update this readme accordingly)

[ Write about this repository/project here.]

Pre-Commit

You can run pre-commit explicitly, which can be useful if you want to examine its changes:

pre-commit run --all-files

Updating pre-commit hooks automatically

You can update your hooks to the latest version automatically by running pre-commit autoupdate. By default, this will bring the hooks to the latest tag on the default branch.

Note: After updating hooks, make sure to commit the changes.

Skipping pre-commit hooks

You can run git commit --no-verify to bypass the pre-commit hooks.

Follow the coding standards as per the docs.

About

Documents and Illustrates Coding Standards used at Prediction Machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages