From 6c51331e04ca53fa5453aa69a1426a8aebc45166 Mon Sep 17 00:00:00 2001 From: Krzysztof Rudnicki Date: Fri, 27 Dec 2024 12:17:27 +0100 Subject: [PATCH] chore: removed pre commit --- .pre-commit-config.yaml | 47 ----------------------------------------- 1 file changed, 47 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 b8670a85..00000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,47 +0,0 @@ -repos: - - repo: https://github.com/psf/black - rev: 21.9b0 - hooks: - - id: black - - - repo: https://github.com/pre-commit/mirrors-autopep8 - rev: v1.5.7 - hooks: - - id: autopep8 - - - repo: https://github.com/pycqa/flake8 - rev: 3.9.2 - hooks: - - id: flake8 - - - repo: https://github.com/pre-commit/mirrors-pylint - rev: v2.7.4 - hooks: - - id: pylint - - - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 - hooks: - - id: check-added-large-files - - id: check-ast - - id: check-builtin-literals - - id: check-case-conflict - - id: check-docstring-first - - id: check-executables-have-shebangs - - id: check-json - - id: check-merge-conflict - - id: check-symlinks - - id: check-yaml - - id: debug-statements - - id: detect-private-key - - id: double-quote-string-fixer - - id: end-of-file-fixer - - id: fix-encoding-pragma - - id: mixed-line-ending - - id: requirements-txt-fixer - - id: trailing-whitespace - - id: validate-commit-msg - - id: validate-pyproject-toml - - id: validate-xml - - id: validate-yaml -files: ^code/main.py$ \ No newline at end of file