Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
bump ruff version from 0.0.230 to 0.0.237
Browse files Browse the repository at this point in the history
0.0.237 includes a change to ruff's pyproject.toml which fixes a
build error: astral-sh/ruff#2293

No code style changes were necessary.
  • Loading branch information
anoadragon453 committed Feb 9, 2023
1 parent b275763 commit 1e61a02
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ all = [
# We pin black so that our tests don't start failing on new releases.
isort = ">=5.10.1"
black = ">=22.3.0"
ruff = "0.0.230"
ruff = "0.0.237"

# Typechecking
mypy = "*"
Expand Down

0 comments on commit 1e61a02

Please sign in to comment.