Skip to content

Commit

Permalink
build(pre-commit): 📌 update pre-commit rev (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
CandiedCode authored Apr 8, 2024
1 parent 15df39e commit 9b92478
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@ default_language_version:
python: python3.11
repos:
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 24.3.0
hooks:
- id: black
- repo: https://github.com/python-poetry/poetry
rev: "1.4.0"
rev: "1.7.1"
hooks:
- id: poetry-check # Makes sure poetry config is valid
- id: poetry-lock # Makes sure lock file is up to date
args: ["--check"]
- repo: https://github.com/PyCQA/bandit
rev: "1.7.5"
rev: "1.7.8"
hooks:
- id: bandit
args: ["-c", "pyproject.toml"]
additional_dependencies: ["bandit[toml]"]
exclude: notebooks
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.4.1"
rev: "v1.8.0"
hooks:
- id: mypy
args: ["--ignore-missing-imports", "--strict", "--check-untyped-defs"]
Expand Down

0 comments on commit 9b92478

Please sign in to comment.