owl-corp / thallium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thallium

Contributing

Run make from the project root to both install this project's dependencies & install the pre-commit hooks.

  • This requires both make & poetry to be installed.

Other make targets

  • make lint will run the pre-commit linting against all files in the repository
  • make lock wil relock project dependencies, install them to your environment, and update the requirements.txt file with production dependencies
  • make test / make retest will run the test suite. retest will only run the tests that failed on the last test run.

About

License:MIT License


Languages

Language:Python 51.5%Language:TypeScript 44.2%Language:JavaScript 1.3%Language:HTML 1.1%Language:Makefile 0.6%Language:Dockerfile 0.6%Language:Mako 0.5%Language:CSS 0.2%