Skip to content

Commit

Permalink
chore(deps): add ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Nytelife26 committed Jan 25, 2024
1 parent 2104094 commit 64bb526
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ruff.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

#line-length = 90
line-length = 80
target-version = "py38"

[lint]
Expand Down
28 changes: 27 additions & 1 deletion poetry.lock

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

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ rq = ">=0.12.0"
[tool.poetry.scripts]
proselint = "proselint.command_line:proselint"

[tool.poetry.group.dev.dependencies]
ruff = "^0.1.14"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 64bb526

Please sign in to comment.