Skip to content

Commit

Permalink
Allow uint8 as an unknown format for Ruff (#3034)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh authored Jun 30, 2023
1 parent 3c87ab8 commit 3bfe637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/schema-validation.json
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@
"pyproject.json": {
"externalSchema": ["ruff.json"],
"unknownKeywords": ["x-taplo", "x-taplo-info"],
"unknownFormat": ["uint", "int"]
"unknownFormat": ["uint8", "uint", "int"]
}
},
{
Expand All @@ -711,7 +711,7 @@
},
{
"ruff.json": {
"unknownFormat": ["uint", "int"]
"unknownFormat": ["uint8", "uint", "int"]
}
},
{
Expand Down

0 comments on commit 3bfe637

Please sign in to comment.