From ce94acd5c334317742cd05af0df15a4b316546a9 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Fri, 3 Jan 2025 07:15:48 +0400 Subject: [PATCH] remove runtime --- .pre-commit-config.yaml | 14 ++++---------- runtime.txt | 1 - 2 files changed, 4 insertions(+), 11 deletions(-) delete mode 100644 runtime.txt diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 771c8c7..3260e39 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,13 +34,7 @@ repos: - id: actionlint args: [-ignore, SC] - - repo: https://github.com/rhysd/actionlint - rev: v1.7.5 - hooks: - - id: actionlint - args: [-ignore, SC] - - - repo: https://github.com/crate-ci/typos - rev: v1.29.0 - hooks: - - id: typos + # - repo: https://github.com/crate-ci/typos + # rev: v1.29.3 + # hooks: + # - id: typos diff --git a/runtime.txt b/runtime.txt deleted file mode 100644 index 5509089..0000000 --- a/runtime.txt +++ /dev/null @@ -1 +0,0 @@ -python-3.10