Skip to content

Commit

Permalink
Remove unnecessary indentation in ruff.ignoreStandardLibrary in `pa…
Browse files Browse the repository at this point in the history
…ckage.json` (#398)

## Summary

...omit

## Test Plan

...omit
  • Loading branch information
yaegassy authored Jan 26, 2024
1 parent b549181 commit bf68d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
"additionalProperties": false,
"markdownDescription": "Whether to display Quick Fix actions to disable rules via `noqa` suppression comments."
},
"ruff.ignoreStandardLibrary": {
"ruff.ignoreStandardLibrary": {
"default": true,
"markdownDescription": "Whether to ignore files that are inferred to be part of the Python standard library.",
"scope": "window",
Expand Down

0 comments on commit bf68d49

Please sign in to comment.