Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #39 from numat/renovate/ruff
Browse files Browse the repository at this point in the history
Update ruff to v0.7.3
  • Loading branch information
juli4nb4dillo authored Nov 14, 2024
2 parents 8093b9b + f8f047c commit 451c117
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
python -m pip install '.[test]'
- name: Lint with ruff
run: |
ruff .
ruff check .
- name: Check types with mypy
run: |
mypy huber
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: check-added-large-files
- id: check-json
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.4.7
rev: v0.7.3
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
args: [check, --fix, --exit-non-zero-on-fix]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
'pytest',
'pytest-cov',
'pytest-asyncio',
'ruff==0.4.7',
'ruff==0.7.3',
],
},
license='GPLv2',
Expand Down

0 comments on commit 451c117

Please sign in to comment.