WebHook broker that accepts notifications from multiple platforms and performs simple actions in response
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.pre-commit-config.yaml 124B

123456
  1. repos:
  2. - repo: https://github.com/ambv/black
  3. rev: stable
  4. hooks:
  5. - id: black
  6. language_version: python3.6