Skip to content

Commit

Permalink
move ANN001 and ANN201 to *ipynb in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
shenvitor committed Aug 2, 2024
1 parent 285a616 commit 0d3c04c
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 @@ -97,8 +97,6 @@ cmd = "jupyter lab docs"

[tool.ruff.lint]
ignore = [
"ANN001",
"ANN201",
"CPY001",
"D203",
"D213",
Expand All @@ -108,6 +106,7 @@ select = ["ALL"]

[tool.ruff.lint.per-file-ignores]
"*.ipynb" = [
"ANN",
"B018",
"D100",
"D103",
Expand Down

0 comments on commit 0d3c04c

Please sign in to comment.