Skip to content

Commit dbe866a

Browse files
authored
Merge pull request #1146 from carmenbianca/regenerate-lock
Regenerate poetry.lock
2 parents 495db56 + 57904fc commit dbe866a

File tree

3 files changed

+373
-330
lines changed

3 files changed

+373
-330
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
repos:
66
- repo: https://github.com/psf/black
7-
rev: 24.4.2
7+
rev: 25.1.0
88
hooks:
99
- id: black
1010
- repo: https://github.com/pycqa/isort
11-
rev: 5.13.2
11+
rev: 6.0.1
1212
hooks:
1313
- id: isort
1414
name: isort (python)
@@ -20,13 +20,13 @@ repos:
2020
name: isort (pyi)
2121
types: [pyi]
2222
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: v1.10.0
23+
rev: v1.15.0
2424
hooks:
2525
- id: mypy
2626
# This is a bit annoying. There are probably more dependencies that need
2727
# to be defined here for identical behaviour between `poetry run mypy`
2828
# and `pre-commit run mypy`.
29-
additional_dependencies: [attrs==23.2.0]
29+
additional_dependencies: [attrs==25.1.0]
3030
- repo: https://github.com/pre-commit/mirrors-prettier
3131
rev: v3.0.3
3232
hooks:

0 commit comments

Comments
 (0)