Skip to content

Commit

Permalink
ci: add unfixable RUF rules to ignore
Browse files Browse the repository at this point in the history
[RUF002](https://docs.astral.sh/ruff/rules/ambiguous-unicode-character-docstring/) may be avoidable during schema generation, so I'm not doing any manual fixes right now.
  • Loading branch information
dangotbanned committed Jun 5, 2024
1 parent 54815ce commit 1effcb1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,12 @@ ignore = [
# zip() without an explicit strict= parameter set.
# python>=3.10 only
"B905",
# ambiguous-unicode-character-docstring
## Need to work out where the char is originating
## Assuming its from vega-lite
"RUF002",
# mutable-class-default
"RUF012",
]

[tool.ruff.format]
Expand Down

0 comments on commit 1effcb1

Please sign in to comment.