Python backend for a Slack's kudos plugin.
1repos:
2 - repo: "https://github.com/pycqa/isort"
3 rev: 5.10.1
4 hooks:
5 - id: isort
6 args:
7 - "--profile"
8 - black
9 name: isort
10 - repo: "https://github.com/ambv/black"
11 rev: 22.10.0
12 hooks:
13 - id: black
14 language_version: python3
15 - repo: "https://github.com/pre-commit/mirrors-mypy"
16 rev: v0.982
17 hooks:
18 - id: mypy
19 additional_dependencies: [types-pytz==2022.6.0.1,types-requests==2.28.11, sqlmodel==0.0.8]