Skip to content

Commit 5375e24

Browse files
Update pre-commit.yml to remove Python version
Removed specific Python version specification.
1 parent 3da1672 commit 5375e24

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-python@v3
14-
with:
15-
python-version: '3.13' # or '3.12'
1614
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)