Remove Python

view `snipplets.dev` repo
This commit is contained in:
2026-03-10 23:51:38 +03:00
parent d216152a9b
commit f780477f38
3 changed files with 0 additions and 23 deletions

View File

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

View File

@@ -1,13 +0,0 @@
[distutils]
index-servers =
pypi
testpypi
[pypi]
repository = https://upload.pypi.org/legacy/
username = IIIypuk
[testpypi]
repository = https://test.pypi.org/legacy/
username = __token__
password = __password__

View File

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