Skip to content

Commit 17c9971

Browse files
committed
pin only docformatter to python3.13
1 parent 985e474 commit 17c9971

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default_language_version:
2-
python: python3.13
2+
python: python3
33
ci:
44
autofix_commit_msg: |
55
[pre-commit.ci] auto fixes from pre-commit hooks
@@ -62,5 +62,6 @@ repos:
6262
rev: v1.7.7
6363
hooks:
6464
- id: docformatter
65+
language_version: python3.13
6566
additional_dependencies: [tomli]
6667
args: [--in-place, --config, ./pyproject.toml]

0 commit comments

Comments
 (0)