mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-28 04:45:01 +00:00
Remove deprecated update-check
setting (#4313)
This commit is contained in:
parent
48e1852893
commit
a435c0df4b
8 changed files with 11 additions and 44 deletions
|
@ -127,7 +127,6 @@ pub fn defaultSettings() -> Result<JsValue, JsValue> {
|
|||
task_tags: None,
|
||||
typing_modules: None,
|
||||
unfixable: None,
|
||||
update_check: None,
|
||||
// Use default options for all plugins.
|
||||
flake8_annotations: Some(flake8_annotations::settings::Settings::default().into()),
|
||||
flake8_bandit: Some(flake8_bandit::settings::Settings::default().into()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue