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

Commit

Permalink
📝 ruff usage update
Browse files Browse the repository at this point in the history
  • Loading branch information
juli4nb4dillo committed Nov 14, 2024
1 parent 4ce5586 commit bfbace5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ repos:
rev: v0.7.3
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
args: [--check, --fix, --exit-non-zero-on-fix]

0 comments on commit bfbace5

Please sign in to comment.