Skip to content

Commit

Permalink
deps: update ruff to 0.0.292
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftinv committed Oct 13, 2023
1 parent 2b6aead commit f2a21b0
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 @@ -56,6 +56,6 @@ repos:
name: "run black in all files"

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.261
rev: v0.0.292
hooks:
- id: ruff
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ tools = [
"python-dotenv~=1.0.0",
"towncrier==23.6.0",
"check-manifest==0.49",
"ruff==0.0.261",
"ruff==0.0.292",
]
codemod = [
# run codemods on the respository (mostly automated typing)
Expand Down

0 comments on commit f2a21b0

Please sign in to comment.