Skip to content

Commit

Permalink
lint: Upgrade to the latest ruff release
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Wozniski <[email protected]>
  • Loading branch information
godlygeek committed Nov 24, 2023
1 parent ff321c9 commit 138d9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.262"
rev: "v0.1.6"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit 138d9c5

Please sign in to comment.