Skip to content

Commit

Permalink
Placate ruff about a few things
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Nov 24, 2024
1 parent a733565 commit caad86e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gen_wrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def __repr__(self):
SUBCLASS_RE = re.compile(
r"__isl_subclass\s*"
r"\(\s*"
"[0-9a-zA-Z_]+"
r"[0-9a-zA-Z_]+"
r"\s*\)")


Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ exclude = [
"isl",
"aksetup_helper.py"
]
target-version = "py38"


[tool.ruff.lint]
extend-select = [
Expand Down

0 comments on commit caad86e

Please sign in to comment.