From 5fc49996c654fd3903d118ea56a1a92afebbe9e8 Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Fri, 14 Jun 2024 09:19:27 +0200 Subject: [PATCH] rm pre-comit --- .pre-commit-config.yaml | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index 13d2b760..00000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,40 +0,0 @@ ---- -repos: - -- repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 - hooks: - - id: trailing-whitespace - - id: end-of-file-fixer - - id: check-yaml - - id: check-added-large-files - - id: check-json - -- repo: https://github.com/psf/black - rev: 24.4.2 - hooks: - - id: black - name: black - args: [--config, pyproject.toml, --verbose] - -- repo: https://github.com/ikamensh/flynt/ - rev: 1.0.1 - hooks: - - id: flynt - -- repo: https://github.com/pycqa/isort - rev: 5.13.2 - hooks: - - id: isort - args: [--profile, black, --settings-path, pyproject.toml] - -- repo: https://github.com/codespell-project/codespell - rev: v2.3.0 - hooks: - - id: codespell - -- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt - rev: 0.2.3 - hooks: - - id: yamlfmt - args: [--mapping, '2', --sequence, '2', --offset, '0']