repos: - repo: "https://github.com/pycqa/isort" rev: 5.10.1 hooks: - id: isort args: - "--profile" - black name: isort - repo: "https://github.com/ambv/black" rev: 22.10.0 hooks: - id: black language_version: python3 - repo: "https://github.com/pre-commit/mirrors-mypy" rev: v0.982 hooks: - id: mypy additional_dependencies: [types-pytz==2022.6.0.1,types-requests==2.28.11, sqlmodel==0.0.8]