From caa93cb942d5b148f445c5d134a9666f8de8126b Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Thu, 31 Oct 2024 22:38:54 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Repository=20layout=20updated=20?= =?UTF-8?q?to=20latest=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager --- README.md | 2 -- ruff.toml | 1 + setup.py | 2 -- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 48a0a22..e9493e8 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,6 @@ Secret loading order: usage; very unsuited for server environments. Requires `pass` installed locally, and configuration of the `PASS_STORE_SUBFOLDER` through one of the above methods. -4. Vault instance if configured. Suited for production environments. **NOTE: - This is barely supported.** Requires `hvac` python package. ## Future extensions diff --git a/ruff.toml b/ruff.toml index 317a9a2..c397e12 100644 --- a/ruff.toml +++ b/ruff.toml @@ -76,4 +76,5 @@ docstring-code-format = true "S101", # Test Asserts "T201", # Debug prints "PLR2004", # magic-value-comparison + 'SLF001', # Allow access to private members ] diff --git a/setup.py b/setup.py index ddf4dbe..945c121 100644 --- a/setup.py +++ b/setup.py @@ -39,8 +39,6 @@ Secret loading order: usage; very unsuited for server environments. Requires `pass` installed locally, and configuration of the `PASS_STORE_SUBFOLDER` through one of the above methods. -4. Vault instance if configured. Suited for production environments. **NOTE: - This is barely supported.** Requires `hvac` python package. ## Future extensions