Skip to content

Commit e03264d

Browse files
committed
fix(pre commit):
1 parent 851a0f0 commit e03264d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v4
1616
with:
17-
python-version: '3.x'
17+
python-version: '3.11'
1818
- name: Install pre-commit
1919
run: pip install pre-commit
2020
- name: Run pre-commit

0 commit comments

Comments
 (0)