Skip to content

Code related to the LWEC/Tree Health/THAPBI project

License

Notifications You must be signed in to change notification settings

widdowquinn/THAPBI

Repository files navigation

THAPBI

This repository contains code related to the LWEC/Tree Health/THAPBI project.

Python style conventions

In this project, we're trying to keep to the Python PEP8 style convention, the PEP257 docstring conventions, and the Zen of Python. To help in this, a pre-commit hook script is provided in the git_hooks subdirectory that, if deployed in the Git repository, checks Python code for PEP8 correctness before permitting a git commit command to go to completion.

Installing the git hook

To install the pre-commit hook:

  1. clone the repository with git clone https://github.com/widdowquinn/THAPBI (you may already have done this)
  2. change directory to the root of the repository with cd THAPBI
  3. copy the pre-commit script to the .git/hooks directory with cp git_hooks/pre-commit .git/hooks/

More information

About

Code related to the LWEC/Tree Health/THAPBI project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published