Skip to content

Commit

Permalink
chore(deps): update ruff to v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 1, 2024
1 parent 9a089ab commit 9ca0b24
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.2.0'
rev: 'v0.3.4'
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 @@ -28,7 +28,7 @@
'pytest',
'pytest-cov',
'pytest-asyncio',
'ruff==0.2.0',
'ruff==0.3.4',
'types-pyserial',
],
},
Expand Down

0 comments on commit 9ca0b24

Please sign in to comment.