diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index bb2b6696..00000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,30 +0,0 @@ -repos: -- repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.1.13 - hooks: - - id: forbid-crlf - - id: remove-crlf - - id: forbid-tabs - - id: remove-tabs -- repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 - hooks: - - id: trailing-whitespace - - id: end-of-file-fixer - - id: check-merge-conflict - - id: check-yaml - args: [--unsafe] -- repo: https://github.com/pre-commit/mirrors-isort - rev: v5.10.1 - hooks: - - id: isort -- repo: https://github.com/ambv/black - rev: 22.3.0 - hooks: - - id: black - language_version: python3.8 -- repo: https://gitlab.com/pycqa/flake8 - rev: 3.9.2 - hooks: - - id: flake8 - additional_dependencies: [flake8-typing-imports==1.10.0] diff --git a/pyproject.toml b/pyproject.toml index 554a63df..bcefc296 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,8 +46,7 @@ dev = [ "pytest-cov", "tox", "mkdocs-include-markdown-plugin", - "fire", - "pre-commit" + "fire" ] [tool.black]