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 ad3c134 commit b9c46d8Copy full SHA for b9c46d8
.pre-commit-config.yaml
@@ -10,13 +10,13 @@ repos:
10
- id: requirements-txt-fixer
11
12
- repo: https://github.com/psf/black
13
- rev: 24.4.2
+ rev: 24.8.0
14
hooks:
15
- id: black
16
language_version: python3.12
17
18
- repo: https://github.com/pre-commit/mirrors-mypy
19
- rev: v1.11.0
+ rev: v1.11.1
20
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.5
+ rev: v0.5.6
38
39
- id: ruff
requirements.txt
@@ -1,7 +1,7 @@
1
-black==24.4.2
+black==24.8.0
2
click==8.1.7
3
-mypy==1.11.0
+mypy==1.11.1
4
pre-commit==3.8.0
5
pur==7.3.2
6
pytest==8.3.2
7
-ruff==0.5.5
+ruff==0.5.6
0 commit comments