https://github.com/Doist/bitmapist
Revision 8e33b8d848a321100d53e2860e157043392576bb authored by Kahlil Hodgson on 05 May 2023, 00:00:31 UTC, committed by Kahlil Hodgson on 05 May 2023, 00:00:31 UTC
This has been tested in production under v4 for some time
1 parent ed5725c
Raw File
Tip revision: 8e33b8d848a321100d53e2860e157043392576bb authored by Kahlil Hodgson on 05 May 2023, 00:00:31 UTC
chore: Bump redis version restriction include v4
Tip revision: 8e33b8d
.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