Skip to content

Commit

Permalink
Merge pull request #57 from lyz-code/fix/safety
Browse files Browse the repository at this point in the history
ci: disable safety pre-commit
  • Loading branch information
lyz-code authored Feb 5, 2021
2 parents 2b7c491 + 349a2f5 commit 84696f3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
<!--
Thank you for sending a pull request!
Please fill in the following content to let us know better about this change.
-->

## Description
<!-- Describe what the change is, try to link it with open issues -->

## Checklist
Expand Down
4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 84696f3

Please sign in to comment.