diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index 68868ce5..00000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Automatically run checks over changed files prior to `git commit`. -# Required one-time setup: -# -# pip install pre-commit -# pre-commit install -# -# See https://pre-commit.com for details. -repos: - - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 - hooks: - - id: trailing-whitespace - - id: end-of-file-fixer - - - repo: https://github.com/psf/black - rev: 24.2.0 - hooks: - - id: black - args: ["."] - - - repo: https://github.com/pycqa/isort - rev: 5.13.2 - hooks: - - id: isort - args: ["."]