modify lint to python3.10

This commit is contained in:
mulin.lyh
2024-01-16 16:31:36 +08:00
parent 32d67e238f
commit f9e53f8b5c

View File

@@ -14,7 +14,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
- name: Install pre-commit hook
run: |
pip install pre-commit