Skip to content

Bump types-redis from 4.6.0.2 to 4.6.0.3 #378

Bump types-redis from 4.6.0.2 to 4.6.0.3

Bump types-redis from 4.6.0.2 to 4.6.0.3 #378

Workflow file for this run

name: Run linters
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
uses: fizyk/actions-reuse/.github/workflows/linters-python.yml@v2.2.1
with:
pipenv-install-options: "--skip-lock"
mypy: true
black: true
pydocstyle: true
pycodestyle: true