Skip to content

Commit

Permalink
Ruff line length.
Browse files Browse the repository at this point in the history
  • Loading branch information
iurisilvio committed Feb 10, 2023
1 parent 9dc0618 commit 0f41360
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@ enable = true
[tool.pytest.ini_options]
addopts = "--capture=no"

[tool.ruff]
line-length = 88

[tool.poetry.plugins]
pytest11 = { ruff = "pytest_ruff" }
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ commands =
description = lint source code
deps =
black
isort
ruff
commands =
black --check .
isort --profile black --check .
ruff check .

[gh-actions]
Expand Down

0 comments on commit 0f41360

Please sign in to comment.