https://github.com/Doist/bitmapist
Raw File
Tip revision: 52cc13827202a3e785652a0f08cfb51d7f0b888f authored by Kahlil Hodgson on 05 May 2023, 00:06:40 UTC
Merge pull request #58 from Doist/tartandsandal/bum-redis-restrictions
Tip revision: 52cc138
.pre-commit-config.yaml
repos:
    - repo: https://github.com/psf/black
      rev: 22.6.0
      hooks:
          - id: black
    - repo: https://github.com/pycqa/flake8
      rev: 3.9.2
      hooks:
          - id: flake8
    - repo: https://github.com/pre-commit/mirrors-mypy
      rev: v0.971
      hooks:
          - id: mypy
            additional_dependencies:
                - types-python-dateutil
                - types-redis
back to top