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