Revize ceb1cdf6
Přidáno uživatelem Tomáš Ballák před téměř 5 roky(ů)
modules/crawler/python.code-workspace | ||
---|---|---|
5 | 5 |
} |
6 | 6 |
], |
7 | 7 |
"settings": { |
8 |
"php.suggest.basic":false, |
|
8 |
"php.suggest.basic": false,
|
|
9 | 9 |
"files.autoSave": "afterDelay", |
10 |
"editor.formatOnSave": true, |
|
10 | 11 |
"python.linting.pylintEnabled": true, |
11 | 12 |
"python.linting.enabled": true, |
12 | 13 |
"python.linting.pylintPath": "pylint", |
13 | 14 |
"python.pythonPath": "/usr/local/bin/python", |
14 |
"python.formatting.provider": "yapf" |
|
15 |
"python.formatting.provider": "yapf",
|
|
15 | 16 |
}, |
16 | 17 |
"extensions": { |
17 | 18 |
"recommendations": [ |
modules/crawler/test.py | ||
---|---|---|
1 | 1 |
import emoji |
2 |
|
|
3 | 2 |
print(emoji.emojize("Python is :thumbs_up:")) |
4 | 3 |
print("test") |
Také k dispozici: Unified diff
format on save in python