Skip to content

Commit

Permalink
Update ruff to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudd2 committed Jul 18, 2024
1 parent 7309f12 commit e97c847
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
python -m pip install '.[test]'
- name: Lint with ruff
run: |
ruff .
ruff check .
- name: Check types with mypy
run: |
mypy midas
Expand Down
2 changes: 1 addition & 1 deletion .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.2
rev: v0.5.2
hooks:
- id: ruff
args: [--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 @@ -33,7 +33,7 @@
'pytest',
'pytest-cov',
'pytest-asyncio',
'ruff==0.4.2',
'ruff==0.5.2',
],
},
entry_points={
Expand Down

0 comments on commit e97c847

Please sign in to comment.