Skip to content

Commit

Permalink
Update ruff's JSON schema (#3221)
Browse files Browse the repository at this point in the history
* Update ruff's JSON schema

This updates ruff's JSON schema to [2ddea7c657559d02cd61c9c71014e16cabbf4647](astral-sh/ruff@2ddea7c)

* Add `uint16` to unknown format
  • Loading branch information
zanieb committed Sep 15, 2023
1 parent 3bd99b1 commit e2c22f8
Show file tree
Hide file tree
Showing 2 changed files with 154 additions and 28 deletions.
4 changes: 2 additions & 2 deletions src/schema-validation.json
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@
"pyproject.json": {
"externalSchema": ["ruff.json"],
"unknownKeywords": ["x-taplo", "x-taplo-info"],
"unknownFormat": ["uint8", "uint", "int"]
"unknownFormat": ["uint16", "uint8", "uint", "int"]
}
},
{
Expand All @@ -741,7 +741,7 @@
},
{
"ruff.json": {
"unknownFormat": ["uint8", "uint", "int"]
"unknownFormat": ["uint16", "uint8", "uint", "int"]
}
},
{
Expand Down
Loading

0 comments on commit e2c22f8

Please sign in to comment.