Skip to content

Commit

Permalink
Temporarily disable ANN401 in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvmanila committed Jul 13, 2023
1 parent efbfc9c commit 01866f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ ignore = [
"T", # flake8-print
"FBT", # flake8-boolean-trap
"PERF", # perflint
"ANN401",
]

[tool.ruff.isort]
Expand Down

0 comments on commit 01866f9

Please sign in to comment.