Skip to content

Commit

Permalink
Update to ruff 0.0.278
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudd2 committed Jul 26, 2023
1 parent c90567f commit ea38445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
- id: check-added-large-files
- id: check-json
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.272'
rev: 'v0.0.278'
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 @@ -21,7 +21,7 @@
'pytest-cov>=4,<5',
'pytest-asyncio==0.*',
'pytest-xdist==3.*',
'ruff==0.0.272',
'ruff==0.0.278',
'mypy==1.4.1',
'types-pyserial==3.5.0.9'
],
Expand Down

0 comments on commit ea38445

Please sign in to comment.