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",