Skip to content

Commit

Permalink
upgrade ruff and use ruff instead of black
Browse files Browse the repository at this point in the history
  • Loading branch information
majsan committed Jan 29, 2024
1 parent dbdf26e commit 1e61d61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ clean-pyc:

.PHONY: fmt
fmt:
${INVENV} black .
${INVENV} ruff format .

# test if code is formatted
.PHONY: check-fmt
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ mkdocstrings-python = "^0.7.1"
types-factory-boy = "^0.3.1"
types-deprecated = "^1.2.9"
httpx = "^0.24.0"
ruff = "^0.0.243"
ruff = "0.1.14"

[tool.vulture]
exclude = ["karp/tests/"]
Expand Down

0 comments on commit 1e61d61

Please sign in to comment.