Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

opensafely-core/opentelemetry-opensafely

Repository files navigation

opentelemetry-opensafely

This is a template for an OpenSAFELY Core repository.

Put your project description here.

New repo checklist:

  • Does the repo require a Dockerfile? If not, delete:
    • Dockerfile -
    • .dockerignore
    • hadolint pre-commit hook from .pre-commit-config.yaml
    • lint-dockerfile action from .github/workflows/main.yml
  • Is this a Django project? If so, you probably need to add the following per-file ignores to .flake8
    per-file-ignores =
      manage.py:INP001
      gunicorn.conf.py:INP001
    
  • Will this project be installed with pip? If so, delete requirements.prod.in and switch references in the justfile to pyproject.toml
  • Update DEVELOPERS.md with any project-specific requirements and commands
  • Update commands in justfile

Developer docs

Please see the additional information.

About

Opentelemetry utils for OpenSAFELY

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published