Skip to content

Commit

Permalink
ci: add pre-commit-hooks-safety
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislemke committed Feb 17, 2023
1 parent 52f2d17 commit 5c50988
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 104 deletions.
10 changes: 8 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,19 @@ repos:
- id: python-use-type-annotations
- id: text-unicode-replacement-char

- repo: https://github.com/Lucas-C/pre-commit-hooks-safety
rev: v1.3.1
hooks:
- id: python-safety-dependencies-check
files: pyproject.toml

- repo: https://github.com/PyCQA/docformatter
rev: v1.6.0.rc1
rev: v1.5.1
hooks:
- id: docformatter

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.6.1
rev: 1.6.3
hooks:
- id: nbqa-check-ast
- id: nbqa-mypy
Expand Down
106 changes: 53 additions & 53 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5c50988

Please sign in to comment.