mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
`ufmt` is a combination of `black + usort`. This PR removes `ufmt` and run `black` and `usort` separately. Pull Request resolved: https://github.com/pytorch/pytorch/pull/132573 Approved by: https://github.com/ezyang ghstack dependencies: #129769, #132572
15 lines
367 B
JSON
15 lines
367 B
JSON
{
|
|
"[python]": {
|
|
"editor.tabSize": 4
|
|
},
|
|
"files.associations": {
|
|
"*.py.in": "python",
|
|
"*.pyi.in": "python"
|
|
},
|
|
"files.eol": "\n",
|
|
"files.insertFinalNewline": true,
|
|
"files.trimFinalNewlines": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
"python.linting.enabled": true,
|
|
"python.linting.flake8Enabled": true
|
|
}
|