Skip to content

Commit 634a182

Browse files
committed
Regenerate poetry.lock
1 parent c8e2224 commit 634a182

File tree

3 files changed

+503
-443
lines changed

3 files changed

+503
-443
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
name: isort (pyi)
2121
types: [pyi]
2222
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: v1.15.0
23+
rev: v1.17.1
2424
hooks:
2525
- id: mypy
2626
# This is a bit annoying. There are probably more dependencies that need

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ possible, run `poetry lock --no-update`.
140140
- `protokolo compile -f version vx.y.z`
141141
- Alter changelog
142142
- `poetry lock` (otherwise documentation won't generate;
143-
<https://github.com/readthedocs/readthedocs.org/issues/11624>)
143+
<https://github.com/readthedocs/readthedocs.org/issues/11624>). Update
144+
versions in `.pre-commit-config.yaml` as necessary.
144145
- Do some final tweaks/bugfixes (and alter changelog)
145146
- `make test-release`
146147
- `pip install -i https://test.pypi.org/simple reuse` and test the package.

0 commit comments

Comments
 (0)