From 1478137107c075ba187622a888a4ecd87809124d Mon Sep 17 00:00:00 2001 From: Karim Rahal Date: Thu, 14 Sep 2023 22:00:40 -0700 Subject: [PATCH] Remove pre-commit --- .pre-commit-config.yaml | 28 ---------------------------- 1 file changed, 28 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 99c2a19..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,28 +0,0 @@ -repos: -- repo: https://github.com/ambv/black - rev: stable - hooks: - - id: black - -- repo: https://github.com/pre-commit/mirrors-mypy - rev: master - hooks: - - id: mypy - args: [--no-strict-optional, --ignore-missing-imports] - -- repo: https://github.com/asottile/blacken-docs - rev: master - hooks: - - id: blacken-docs - additional_dependencies: [black] - -- repo: https://github.com/asottile/reorder_python_imports - rev: master - hooks: - - id: reorder-python-imports - -- repo: git@github.com:humitos/mirrors-autoflake.git - rev: master - hooks: - - id: autoflake - args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']