Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan committed Apr 11, 2023
1 parent 245a3d4 commit 3b07bed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,10 @@ extend-ignore = [
fix = true
select = ["ALL"]
src = ["src"]
target-version = "py38"

[tool.ruff.per-file-ignores]
"docs/conf.py" = ["INP001"]
"src/{{ module_name }}/__init__.py" = ["N999"]
"src/\\{\\{ module_name \\}\\}/__init__.py" = ["N999"]
"tests/*" = ["S101"]

[tool.setuptools.dynamic]
Expand Down

0 comments on commit 3b07bed

Please sign in to comment.