From 9a83b547052d32857b5bedbfb92ef941256cc68d Mon Sep 17 00:00:00 2001 From: Namgyu-Youn Date: Fri, 10 Jan 2025 00:22:08 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=92=EF=B8=8F=20Update=20pre-commit=20r?= =?UTF-8?q?ule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 6 ------ .pre-commit-config.yaml | 8 +------- dependabot.yml | 7 ------- requirements.txt | 6 ------ 4 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 .github/dependabot.yml delete mode 100644 dependabot.yml delete mode 100644 requirements.txt diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 5ace460..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,6 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0d4530d..1b42aee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,6 @@ exclude: | (?x)( # 문서 파일 ^.*\.md$| - ^.*\.json$| ^docs/| # 노트북 및 실험 파일 @@ -49,14 +48,9 @@ repos: - id: check-added-large-files args: ['--maxkb=1024'] -- repo: https://github.com/psf/black - rev: 24.10.0 - hooks: - - id: black - args: ["--config", "pyproject.toml"] - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.8.6 hooks: - id: ruff - args: [--fix, --exit-non-zero-on-fix] + args: [--fix, --exit-non-zero-on-fix] \ No newline at end of file diff --git a/dependabot.yml b/dependabot.yml deleted file mode 100644 index a6db7a2..0000000 --- a/dependabot.yml +++ /dev/null @@ -1,7 +0,0 @@ -version: 0.0.3 -updates: - # Maintain dependencies for GitHub Actions - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 5cfe319..0000000 --- a/requirements.txt +++ /dev/null @@ -1,6 +0,0 @@ -numpy -torch -transformers -gradio -aiohttp -python-dotenv