Skip to content

Commit

Permalink
Migrate to Ruff 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexprengere committed Mar 6, 2024
1 parent cbaf5d3 commit 147a010
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ filterwarnings = []
line-length = 100
target-version = "py37"
extend-exclude = ["doc"]

[tool.ruff.lint]
select = [
"F", # pyflakes
"E", # pycodestyle
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ commands = py.test {posargs}
[testenv:ruff]
basepython = python3
deps = ruff
commands = ruff .
commands = ruff check .

[testenv:black]
basepython = python3
Expand Down

0 comments on commit 147a010

Please sign in to comment.