From 8bc55a54f9fe52cda37e173b3013f6aa9ef9c8bf Mon Sep 17 00:00:00 2001 From: Mo8it Date: Mon, 30 Jan 2023 15:58:56 +0100 Subject: [PATCH] Remove pre-commit --- .pre-commit-config.yaml | 48 ----------------------------------------- 1 file changed, 48 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 0e3d5ad..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,48 +0,0 @@ ---- -exclude: advlabdb/templates/admin/ -repos: - - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 - hooks: - - id: check-added-large-files - - id: check-merge-conflict - - id: detect-private-key - - id: trailing-whitespace - - - repo: https://github.com/asottile/pyupgrade - rev: v3.2.0 - hooks: - - id: pyupgrade - args: [--py311-plus] - - - repo: https://github.com/crate-ci/typos - rev: v1.12.14 - hooks: - - id: typos - pass_filenames: false - - - repo: https://github.com/psf/black - rev: 22.10.0 - hooks: - - id: black - - - repo: https://github.com/pycqa/isort - rev: 5.10.1 - hooks: - - id: isort - - - repo: https://github.com/PyCQA/bandit - rev: 1.7.4 - hooks: - - id: bandit - - - repo: https://github.com/pycqa/flake8 - rev: 5.0.4 - hooks: - - id: flake8 - - - repo: https://github.com/python-poetry/poetry - rev: 1.2.2 - hooks: - - id: poetry-check - - id: poetry-export