diff --git a/.github/workflows/pre-commit-run.yml b/.github/workflows/pre-commit-run.yml index c1addbb..8e9072b 100644 --- a/.github/workflows/pre-commit-run.yml +++ b/.github/workflows/pre-commit-run.yml @@ -9,7 +9,7 @@ on: inputs: python-version: description: "Python version to use; defaults to latest Python release." - default: "3.13" # TODO: restore to 3.x once docformatter is compatible with 3.14 + default: "3.x" type: string repository: description: "GitHub repository to checkout; defaults to repo running this workflow."