Skip to content

A django package for writing simple webhooks with admin configurable access per user

License

Notifications You must be signed in to change notification settings

jarshwah/django-hookshot

Repository files navigation

django-hookshot

A django package for writing simple webhooks with admin configurable access per user

CircleCI

Contributing

We use pre-commit <https://pre-commit.com/> to enforce our code style rules locally before you commit them into git. Once you install the pre-commit library (locally via pip is fine), just install the hooks::

pre-commit install -f --install-hooks

The same checks are executed on the build server, so skipping the local linting (with git commit --no-verify) will only result in a failed test build.

Current style checking tools:

  • flake8: python linting
  • isort: python import sorting
  • black: python code formatting

About

A django package for writing simple webhooks with admin configurable access per user

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published