Skip to content

Commit

Permalink
Update python version used in pre-commit + autoupdate (#11)
Browse files Browse the repository at this point in the history
* Update python version used in pre-commit + autoupdate

* set python version in GH action

* install mess from pypi
  • Loading branch information
hatemhelal authored Sep 26, 2024
1 parent 80a338d commit 24146da
Show file tree
Hide file tree
Showing 5 changed files with 674 additions and 672 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: "pip"
- uses: pre-commit/[email protected]
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default_language_version:
python: python3.10
python: python3.11

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -11,7 +11,7 @@ repos:


- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.0
rev: v0.6.8
hooks:
- id: ruff
types_or: [python, jupyter]
Expand Down
Loading

0 comments on commit 24146da

Please sign in to comment.