Skip to content

Commit

Permalink
MAINT: Test against Python 3.12 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
binste authored Feb 25, 2024
1 parent 59c186b commit 3fc2787
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ build-and-publish = ["clean", "build", "publish"]
[tool.ruff]
target-version = "py39"
line-length = 88
exclude = [".git", "build", "__pycache__", "demo_project"]

[tool.ruff.lint]
select = [
# flake8-bugbear
"B",
Expand Down Expand Up @@ -119,9 +122,8 @@ ignore = [
"RUF010",
"ISC001",
]
exclude = [".git", "build", "__pycache__", "demo_project"]

[tool.ruff.per-file-ignores]
[tool.ruff.lint.per-file-ignores]
# Allow assert statements in test files
"tests/**/*.py" = ["S101"]

Expand Down

0 comments on commit 3fc2787

Please sign in to comment.