Skip to content

Commit

Permalink
Update linter options
Browse files Browse the repository at this point in the history
  • Loading branch information
mooreryan committed Oct 4, 2024
1 parent 610e0f1 commit abc7350
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
[lint]
select = ["ALL"]
ignore = [
"ANN001", # missing-type-function-argument
"ANN201", # missing-return-type-undocumented-public-function
"CPY001", # missing-copyright-notice
"T201", # print
]

0 comments on commit abc7350

Please sign in to comment.