Skip to content

Commit

Permalink
fix Ruff configuration (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett authored Jul 9, 2024
1 parent a9f65a5 commit 13ca79f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ requires = ["setuptools",
"wheel"]
build-backend = 'setuptools.build_meta'

[tool.ruff]
[tool.ruff.lint]
select = [
"E9", # syntax / io error
"F63", # assertion traps
"F7", # keyword outside special block
"F82", # undefined variables
]
]
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ skip_install = true
deps =
ruff
commands =
ruff . {posargs}
ruff check . {posargs}

[testenv:check-build]
description = check build sdist/wheel and a strict twine check for metadata
Expand Down

0 comments on commit 13ca79f

Please sign in to comment.