Skip to content

Commit 180f075

Browse files
committed
Regenerate poetry.lock
Also update versions in pre-commit accordingly.
1 parent 6dc73a8 commit 180f075

File tree

2 files changed

+352
-273
lines changed

2 files changed

+352
-273
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
hooks:
99
- id: black
1010
- repo: https://github.com/pycqa/isort
11-
rev: 6.1.0
11+
rev: 7.0.0
1212
hooks:
1313
- id: isort
1414
name: isort (python)
@@ -26,7 +26,7 @@ repos:
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==25.1.0]
29+
additional_dependencies: [attrs==25.4.0]
3030
- repo: https://github.com/pre-commit/mirrors-prettier
3131
rev: v3.0.3
3232
hooks:

0 commit comments

Comments
 (0)