From 44a9106a452f0404b36779c553f555f0b35220eb Mon Sep 17 00:00:00 2001 From: Anderson Brandao Date: Fri, 31 Oct 2025 21:52:50 -0300 Subject: [PATCH] Drop pre-commit --- .pre-commit-config.yaml | 19 ------------------- pyproject.toml | 1 - 2 files changed, 20 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 0dca8e1..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,19 +0,0 @@ ---- -repos: - - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v6.0.0 - hooks: - - id: trailing-whitespace - - id: end-of-file-fixer - - id: check-yaml - - id: check-added-large-files - - repo: https://github.com/psf/black - rev: 25.9.0 - hooks: - - id: black - - repo: https://github.com/pycqa/isort - rev: 6.0.1 - hooks: - - id: isort - name: isort (python) - args: ["--profile", "black"] diff --git a/pyproject.toml b/pyproject.toml index be5d2c3..dac7f68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,6 @@ test = [ "pytest~=8.4.2", ] dev = [ - "pre-commit~=4.3.0", "flake8~=7.3.0", "black~=25.9.0", "isort~=6.1.0",