diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a04462e..eacb7e2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,9 +1,3 @@ - - -## Description ## Checklist diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2eb3fe8..595adeb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,10 +20,6 @@ repos: id: mypy args: [--no-warn-unused-ignores, --ignore-missing-imports] files: src - - repo: https://github.com/Lucas-C/pre-commit-hooks-safety - rev: v1.1.3 - hooks: - - id: python-safety-dependencies-check - repo: https://github.com/life4/flakehell/ rev: master hooks: