This commit is contained in:
Alexander Popov 2021-07-23 12:46:38 +03:00
parent 5c93b4340e
commit d6c008ac42
Signed by: iiiypuk
GPG Key ID: 398FC73478D97286
8 changed files with 26 additions and 3 deletions

View File

3
Python/.pylintrc Normal file
View File

@ -0,0 +1,3 @@
[BASIC]
good-names = f
max-line-length = 100

7
Python/pyproject.toml Normal file
View File

@ -0,0 +1,7 @@
[build-system]
requires = ["flit_core >=2,<4"]
build-backend = "flit_core.buildapi"
requires-python = ">=3"
[tool.black]
line-length = 99

View File

@ -1 +1,5 @@
# config
# my config's
- [Let's Encrypt](certbot/) commands
- my [.git{config,ignore}](Git/)
- [Python](Python) project example

View File

@ -4,6 +4,17 @@
"id": "me.iiiypuk",
"children":
[
{
"caption": "Open ♥",
"command": "open_file", "args": { "file": "" },
},
{
"caption": "Open GPG",
"command": "open_file", "args": { "file": "" },
},
{
"caption": "-"
},
{
"caption": "Open Recent",
"mnemonic": "R",

View File

@ -1,2 +0,0 @@
# Git alias