WebHook broker that accepts notifications from multiple platforms and performs simple actions in response
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

.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