Skip to content

Commit

Permalink
Sync lint deps (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Jan 3, 2023
1 parent a56eb5e commit 90260d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = ["mypy>=0.990"]
test = "mypy --install-types --non-interactive {args:.}"

[tool.hatch.envs.lint]
dependencies = ["black==22.12.0", "mdformat>0.7", "ruff==0.0.194"]
dependencies = ["black==22.12.0", "mdformat>0.7", "ruff==0.0.206"]
detached = true
[tool.hatch.envs.lint.scripts]
style = [
Expand Down

0 comments on commit 90260d2

Please sign in to comment.