Skip to content

Commit

Permalink
pre-commit need to be pinned for all python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan committed Mar 6, 2024
1 parent bd553f4 commit 20acb6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"semanticCommitScope": "copier-template"
},
{
"description": "Pre-commit 3.5.0 is pinned as the last version supporting Python 3.8.",
"enabled": false,
"matchCurrentVersion": "==3.5.0",
"matchPackageNames": [
Expand Down
5 changes: 2 additions & 3 deletions template/.renovaterc.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,14 @@
]
},
"semanticCommitScope": "copier-template"
}
[%- if not version_higher_than(min_py, "3.9") %],
},
{
"description": "Pre-commit 3.5.0 is pinned as the last version supporting Python 3.8.",
"enabled": false,
"matchCurrentVersion": "==3.5.0",
"matchPackageNames": [
"pre-commit"
]
}
[%- endif %]
]
}

0 comments on commit 20acb6d

Please sign in to comment.