From 2eacc80afaa6b461811cee0cc42922831331a168 Mon Sep 17 00:00:00 2001 From: Arterning Date: Wed, 25 Sep 2024 13:29:21 +0800 Subject: [PATCH] 0925-4 --- .gitignore | 1 + .pre-commit-config.yaml | 25 ------------------------- 2 files changed, 1 insertion(+), 25 deletions(-) delete mode 100644 .pre-commit-config.yaml diff --git a/.gitignore b/.gitignore index 776dc09..b9630e7 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ A5_finetuned_trainingout/* !A5_finetuned_trainingout/.gitkeep +__pycache__/ \ No newline at end of file diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index 82f4a1b..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,25 +0,0 @@ -repos: - - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 - hooks: - - id: check-yaml - - id: end-of-file-fixer - - id: trailing-whitespace - - - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.3 - hooks: - - id: ruff - args: [ --fix ] - - - repo: https://github.com/psf/black - rev: 24.8.0 - hooks: - - id: black - - - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 - hooks: - - id: codespell - files: ^.*\.(py|md|rst|yml)$ - args: [-L=fro]