Skip to content

Commit

Permalink
chore(pre-commit): update ruff to v0.0.283
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2023
1 parent 4de995f commit bf67f1a
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 @@ -2,7 +2,7 @@ default_stages: [commit]

repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.257
rev: v0.0.283
hooks:
- id: ruff

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"mypy==1.1.1",
"nox",
"types-setuptools",
"ruff==0.0.257",
"ruff==0.0.283",
],
},
)

0 comments on commit bf67f1a

Please sign in to comment.