From f780477f387a5eb7bb5df72b319b4bc082bafe9d Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Tue, 10 Mar 2026 23:51:38 +0300 Subject: [PATCH] Remove Python view `snipplets.dev` repo --- 🍪/Python/.pylintrc | 3 --- 🍪/Python/.pypirc | 13 ------------- 🍪/Python/pyproject.toml | 7 ------- 3 files changed, 23 deletions(-) delete mode 100644 🍪/Python/.pylintrc delete mode 100644 🍪/Python/.pypirc delete mode 100644 🍪/Python/pyproject.toml diff --git a/🍪/Python/.pylintrc b/🍪/Python/.pylintrc deleted file mode 100644 index 5abebec..0000000 --- a/🍪/Python/.pylintrc +++ /dev/null @@ -1,3 +0,0 @@ -[BASIC] -good-names = f -max-line-length = 100 diff --git a/🍪/Python/.pypirc b/🍪/Python/.pypirc deleted file mode 100644 index f314643..0000000 --- a/🍪/Python/.pypirc +++ /dev/null @@ -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__ diff --git a/🍪/Python/pyproject.toml b/🍪/Python/pyproject.toml deleted file mode 100644 index 0021617..0000000 --- a/🍪/Python/pyproject.toml +++ /dev/null @@ -1,7 +0,0 @@ -[build-system] -requires = ["flit_core >=2,<4"] -build-backend = "flit_core.buildapi" -requires-python = ">=3" - -[tool.black] -line-length = 99