Remove deprecated update-check setting (#4313)

This commit is contained in:
Charlie Marsh 2023-05-09 13:10:02 -04:00 committed by GitHub
parent 48e1852893
commit a435c0df4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 11 additions and 44 deletions

View file

@ -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()),