Skip to content
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ repos:
rev: v1.7.7
hooks:
- id: docformatter
# Pin to py3.12 — docformatter's transitive dep `untokenize 0.1.1`
# uses `ast.Constant.s` (removed in py3.14), so pre-commit.ci's
# default py3.14 env fails to build it.
language_version: python3.12

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.16.1
Expand Down
Loading
Loading