Skip to content

Commit

Permalink
PreCommit - Bandit MyPy
Browse files Browse the repository at this point in the history
  • Loading branch information
Funkmyster committed Aug 23, 2023
1 parent 68653ec commit 3b92964
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 6 deletions.
6 changes: 5 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ repos:
hooks:
- id: pydocstyle

- repo: https://github.com/PyCQA/bandit
rev: 1.7.5
hooks:
- id: bandit

- repo: local
hooks:
- id: pytest-check
Expand All @@ -31,4 +36,3 @@ repos:
language: system
pass_filenames: false
always_run: true

142 changes: 138 additions & 4 deletions poetry.lock

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

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ marvin = "^1.3.0"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.0"
bandit = {extras = ["toml"], version = "^1.7.5"}
black = "^23.7.0"
hypothesis = "^6.82.6"
docformatter = "^1.7.5"
hypothesis = "^6.82.6"
pydocstyle = {extras = ["toml"], version = "^6.3.0"}
mypy = "^1.5.1"

[tool.poetry.group.dagster.dependencies]
dagster = "^1.4.7"
Expand Down

0 comments on commit 3b92964

Please sign in to comment.