dist: update pre-commit versions and python version

* Update checks.yml

* Create .python-version

Co-authored-by: Peter F. Patel-Schneider <pfpschneider@gmail.com>
This commit is contained in:
ejsc1 2022-11-23 16:20:56 -03:00 committed by GitHub
parent 8765089d43
commit 934b486b13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v2 uses: actions/setup-python@v4.3.0
- name: Run pre-commit - name: Run pre-commit
uses: pre-commit/action@v2.0.0 uses: pre-commit/action@v3.0.0

1
.python-version Normal file
View File

@ -0,0 +1 @@
3.11