Skip to content

Commit

Permalink
Ignore some Ruff rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenFrankel committed Feb 9, 2024
1 parent 4279e4c commit 9bf6c8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ warn_unused_configs = true

[tool.ruff]
ignore = [
"ANN001", # missing-type-function-argument
"ANN101", # missing-type-self
"ANN102", # missing-type-cls
"ANN201", # missing-return-type-undocumented-public-function
]
select = ["ALL"]
src = ["tap_f1"]
Expand Down

0 comments on commit 9bf6c8f

Please sign in to comment.