Skip to content

Commit

Permalink
Update ruff to v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 1, 2023
1 parent 192011a commit cdf8f7c
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 @@ -10,7 +10,7 @@ repos:
- id: check-added-large-files
- id: check-json
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.1.3
rev: v0.1.6
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 @@ -27,7 +27,7 @@
'pytest-xdist==3.*',
'mypy==1.7.1',
'types-pyserial',
'ruff==0.1.3',
'ruff==0.1.6',
],
},
entry_points={
Expand Down

0 comments on commit cdf8f7c

Please sign in to comment.