Skip to content

Commit

Permalink
dist: update pre-commit versions and python version
Browse files Browse the repository at this point in the history
* Update checks.yml

* Create .python-version

Co-authored-by: Peter F. Patel-Schneider <[email protected]>
  • Loading branch information
ejsc1 and pfps authored Nov 23, 2022
1 parent 8765089 commit 934b486
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4.3.0

- name: Run pre-commit
uses: pre-commit/action@v2.0.0
uses: pre-commit/action@v3.0.0
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.11

0 comments on commit 934b486

Please sign in to comment.