Skip to content

Commit

Permalink
lint: Ignore incompatible rules
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Aug 18, 2023
1 parent 55616a1 commit 01dc3b4
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 @@ -4,6 +4,8 @@ profile = "black"
[tool.ruff]
format = "github"
ignore = [
"D203", # CONFIG: incompatible with D211
"D212" # CONFIG: incompatible with D213
]
select = [
"E",
Expand Down

0 comments on commit 01dc3b4

Please sign in to comment.