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 3771b56 commit 9aba0a4Copy full SHA for 9aba0a4
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
language_version: python3.12
17
18
- repo: https://github.com/pre-commit/mirrors-mypy
19
- rev: v1.10.1
+ rev: v1.11.0
20
hooks:
21
- id: mypy
22
files: ^src/
@@ -34,6 +34,6 @@ repos:
34
args: [ --py311-plus ]
35
36
- repo: https://github.com/charliermarsh/ruff-pre-commit
37
- rev: v0.5.2
+ rev: v0.5.3
38
39
- id: ruff
requirements.txt
@@ -1,7 +1,7 @@
1
black==24.4.2
2
click==8.1.7
3
-mypy==1.10.1
+mypy==1.11.0
4
pre-commit==3.7.1
5
pur==7.3.2
6
-pytest==8.2.2
7
-ruff==0.5.2
+pytest==8.3.1
+ruff==0.5.3
0 commit comments