We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e944f0 commit 4f5ca4bCopy full SHA for 4f5ca4b
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ default_language_version:
7
python: python3
8
repos:
9
- repo: https://github.com/charliermarsh/ruff-pre-commit
10
- rev: 'v0.4.1'
+ rev: 'v0.4.3'
11
hooks:
12
- id: ruff
13
args: ["--fix", "--show-fixes"]
@@ -22,13 +22,12 @@ repos:
22
23
- id: check-yaml
24
- repo: https://github.com/pre-commit/mirrors-mypy
25
- rev: v1.9.0
+ rev: v1.10.0
26
27
- id: mypy
28
files: src
29
args: []
30
additional_dependencies:
31
- types-redis
32
- types-setuptools
33
- - attrs
34
- pytest
0 commit comments