Skip to content

Commit

Permalink
Update ruff's JSON schema
Browse files Browse the repository at this point in the history
This updates ruff's JSON schema to [85774e66c4442d40735842fc90c69c72d50dc04b](astral-sh/ruff@85774e6)
  • Loading branch information
dylwil3 committed Jan 30, 2025
1 parent 9266496 commit 1ac6c16
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions src/schemas/json/ruff.json
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,7 @@
"const": "dynamic"
},
"Flake8AnnotationsOptions": {
"description": "Options for the `flake8-annotations` plugin.",
"type": "object",
"properties": {
"allow-star-arg-any": {
Expand All @@ -789,6 +790,7 @@
"additionalProperties": false
},
"Flake8BanditOptions": {
"description": "Options for the `flake8-bandit` plugin.",
"type": "object",
"properties": {
"check-typed-exception": {
Expand All @@ -813,6 +815,7 @@
"additionalProperties": false
},
"Flake8BooleanTrapOptions": {
"description": "Options for the `flake8-boolean-trap` plugin",
"type": "object",
"properties": {
"extend-allowed-calls": {
Expand All @@ -826,6 +829,7 @@
"additionalProperties": false
},
"Flake8BugbearOptions": {
"description": "Options for the `flake8-bugbear` plugin.",
"type": "object",
"properties": {
"extend-immutable-calls": {
Expand All @@ -839,6 +843,7 @@
"additionalProperties": false
},
"Flake8BuiltinsOptions": {
"description": "Options for the `flake8-builtins` plugin.",
"type": "object",
"properties": {
"builtins-allowed-modules": {
Expand All @@ -859,6 +864,7 @@
"additionalProperties": false
},
"Flake8ComprehensionsOptions": {
"description": "Options for the `flake8-comprehensions` plugin.",
"type": "object",
"properties": {
"allow-dict-calls-with-keyword-arguments": {
Expand All @@ -869,6 +875,7 @@
"additionalProperties": false
},
"Flake8CopyrightOptions": {
"description": "Options for the `flake8-copyright` plugin.",
"type": "object",
"properties": {
"author": {
Expand All @@ -889,6 +896,7 @@
"additionalProperties": false
},
"Flake8ErrMsgOptions": {
"description": "Options for the `flake8-errmsg` plugin.",
"type": "object",
"properties": {
"max-string-length": {
Expand All @@ -901,6 +909,7 @@
"additionalProperties": false
},
"Flake8GetTextOptions": {
"description": "Options for the `flake8-gettext` plugin.",
"type": "object",
"properties": {
"extend-function-names": {
Expand All @@ -921,6 +930,7 @@
"additionalProperties": false
},
"Flake8ImplicitStrConcatOptions": {
"description": "Options for the `flake8-implicit-str-concat` plugin",
"type": "object",
"properties": {
"allow-multiline": {
Expand All @@ -931,6 +941,7 @@
"additionalProperties": false
},
"Flake8ImportConventionsOptions": {
"description": "Options for the `flake8-import-conventions` plugin",
"type": "object",
"properties": {
"aliases": {
Expand Down Expand Up @@ -966,6 +977,7 @@
"additionalProperties": false
},
"Flake8PytestStyleOptions": {
"description": "Options for the `flake8-pytest-style` plugin",
"type": "object",
"properties": {
"fixture-parentheses": {
Expand Down Expand Up @@ -1041,6 +1053,7 @@
"additionalProperties": false
},
"Flake8QuotesOptions": {
"description": "Options for the `flake8-quotes` plugin.",
"type": "object",
"properties": {
"avoid-escape": {
Expand Down Expand Up @@ -1084,6 +1097,7 @@
"additionalProperties": false
},
"Flake8SelfOptions": {
"description": "Options for the `flake8_self` plugin.",
"type": "object",
"properties": {
"extend-ignore-names": {
Expand All @@ -1104,6 +1118,7 @@
"additionalProperties": false
},
"Flake8TidyImportsOptions": {
"description": "Options for the `flake8-tidy-imports` plugin",
"type": "object",
"properties": {
"ban-relative-imports": {
Expand Down Expand Up @@ -1135,6 +1150,7 @@
"additionalProperties": false
},
"Flake8TypeCheckingOptions": {
"description": "Options for the `flake8-type-checking` plugin",
"type": "object",
"properties": {
"exempt-modules": {
Expand Down Expand Up @@ -1170,6 +1186,7 @@
"additionalProperties": false
},
"Flake8UnusedArgumentsOptions": {
"description": "Options for the `flake8-unused-arguments` plugin",
"type": "object",
"properties": {
"ignore-variadic-names": {
Expand Down Expand Up @@ -1290,6 +1307,7 @@
"minimum": 1.0
},
"IsortOptions": {
"description": "Options for the `isort` plugin.",
"type": "object",
"properties": {
"case-sensitive": {
Expand Down Expand Up @@ -1972,6 +1990,7 @@
"additionalProperties": false
},
"McCabeOptions": {
"description": "Options for the `mccabe` plugin.",
"type": "object",
"properties": {
"max-complexity": {
Expand Down Expand Up @@ -2016,6 +2035,7 @@
"enum": ["tuple", "list"]
},
"Pep8NamingOptions": {
"description": "Options for the `pep8-naming` plugin.",
"type": "object",
"properties": {
"classmethod-decorators": {
Expand Down Expand Up @@ -2050,6 +2070,7 @@
"additionalProperties": false
},
"PyUpgradeOptions": {
"description": "Options for the `pyupgrade` plugin.",
"type": "object",
"properties": {
"keep-runtime-typing": {
Expand All @@ -2060,6 +2081,7 @@
"additionalProperties": false
},
"PycodestyleOptions": {
"description": "Options for the `pycodestyle` plugin.",
"type": "object",
"properties": {
"ignore-overlong-task-comments": {
Expand Down Expand Up @@ -2092,6 +2114,7 @@
"additionalProperties": false
},
"PydoclintOptions": {
"description": "Options for the `pydoclint` plugin.",
"type": "object",
"properties": {
"ignore-one-line-docstrings": {
Expand All @@ -2102,6 +2125,7 @@
"additionalProperties": false
},
"PydocstyleOptions": {
"description": "Options for the `pydocstyle` plugin.",
"type": "object",
"properties": {
"convention": {
Expand Down Expand Up @@ -2137,6 +2161,7 @@
"additionalProperties": false
},
"PyflakesOptions": {
"description": "Options for the `pyflakes` plugin.",
"type": "object",
"properties": {
"allowed-unused-imports": {
Expand All @@ -2157,6 +2182,7 @@
"additionalProperties": false
},
"PylintOptions": {
"description": "Options for the `pylint` plugin.",
"type": "object",
"properties": {
"allow-dunder-method-names": {
Expand Down Expand Up @@ -2271,6 +2297,7 @@
"type": "string"
},
"RuffOptions": {
"description": "Options for the `ruff` plugin",
"type": "object",
"properties": {
"allowed-markup-calls": {
Expand Down

0 comments on commit 1ac6c16

Please sign in to comment.