Skip to content

Commit

Permalink
Update ruff to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 2, 2024
1 parent 15272c1 commit b5a69a8
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 @@ -9,7 +9,7 @@ repos:
- id: check-json
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: 'v0.1.15'
rev: 'v0.2.0'
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 @@ -25,7 +25,7 @@
'pytest>=6,<8',
'pytest-cov>=4,<5',
'pytest-asyncio==0.*',
'ruff==0.1.15',
'ruff==0.2.0',
'types-pyserial',
]
},
Expand Down

0 comments on commit b5a69a8

Please sign in to comment.