1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-12-02 09:43:30 +00:00

update settings to use black

This commit is contained in:
Patrick Kanzler
2021-10-30 18:35:44 +02:00
parent 8e5c600e20
commit 4b534dabba

View File

@@ -7,5 +7,8 @@
"**/.eggs/**": true,
"**/.hypothesis/**": true,
"**/.tox/**": true,
}
},
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"python.formatting.provider": "black",
}