update
This commit is contained in:
parent
5c93b4340e
commit
d6c008ac42
0
Git/gitignore → Git/.gitignore
vendored
0
Git/gitignore → Git/.gitignore
vendored
3
Python/.pylintrc
Normal file
3
Python/.pylintrc
Normal file
@ -0,0 +1,3 @@
|
||||
[BASIC]
|
||||
good-names = f
|
||||
max-line-length = 100
|
7
Python/pyproject.toml
Normal file
7
Python/pyproject.toml
Normal 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
|
@ -1 +1,5 @@
|
||||
# config
|
||||
# my config's
|
||||
|
||||
- [Let's Encrypt](certbot/) commands
|
||||
- my [.git{config,ignore}](Git/)
|
||||
- [Python](Python) project example
|
||||
|
@ -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",
|
||||
|
@ -1,2 +0,0 @@
|
||||
# Git alias
|
||||
|
Loading…
Reference in New Issue
Block a user