Skip to content

Commit b9c46d8

Browse files
committed
Update dependencies
* `black` 24.4.2 -> 24.8.0 * `mypy` 1.11.0 -> 1.11.1 * `ruff` 0.5.5 -> 0.5.6
1 parent ad3c134 commit b9c46d8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ repos:
1010
- id: requirements-txt-fixer
1111

1212
- repo: https://github.com/psf/black
13-
rev: 24.4.2
13+
rev: 24.8.0
1414
hooks:
1515
- id: black
1616
language_version: python3.12
1717

1818
- repo: https://github.com/pre-commit/mirrors-mypy
19-
rev: v1.11.0
19+
rev: v1.11.1
2020
hooks:
2121
- id: mypy
2222
files: ^src/
@@ -34,6 +34,6 @@ repos:
3434
args: [ --py311-plus ]
3535

3636
- repo: https://github.com/charliermarsh/ruff-pre-commit
37-
rev: v0.5.5
37+
rev: v0.5.6
3838
hooks:
3939
- id: ruff

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
black==24.4.2
1+
black==24.8.0
22
click==8.1.7
3-
mypy==1.11.0
3+
mypy==1.11.1
44
pre-commit==3.8.0
55
pur==7.3.2
66
pytest==8.3.2
7-
ruff==0.5.5
7+
ruff==0.5.6

0 commit comments

Comments
 (0)