Skip to content

Commit

Permalink
Pin python version
Browse files Browse the repository at this point in the history
  • Loading branch information
francois-rozet committed Feb 27, 2024
1 parent 9676e0f commit 94f001a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/dummy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- uses: pre-commit/[email protected]
with:
extra_args: --config pre-commit.yml
2 changes: 1 addition & 1 deletion pre-commit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.14
rev: v0.2.2
hooks:
- id: ruff
- id: ruff-format
Expand Down

0 comments on commit 94f001a

Please sign in to comment.