Skip to content

Commit b8ae88f

Browse files
chore(ci): [pre-commit.ci] pre-commit autoupdate (#14)
updates: - [github.com/pre-commit/mirrors-mypy: v1.0.1 → v1.1.1](pre-commit/mirrors-mypy@v1.0.1...v1.1.1) - [github.com/PyCQA/bandit: 1.7.4 → 1.7.5](PyCQA/bandit@1.7.4...1.7.5) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f083d1f commit b8ae88f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ repos:
5151
additional_dependencies:
5252
- tomli # for reading config from pyproject.toml
5353
- repo: https://github.com/pre-commit/mirrors-mypy
54-
rev: v1.0.1
54+
rev: v1.1.1
5555
hooks:
5656
- id: mypy
5757
exclude: "^tests/" # See: https://github.com/pre-commit/mirrors-mypy/issues/1
5858
args: [--ignore-missing-imports] # Needed because pre-commit runs mypy in a venv
5959
additional_dependencies:
6060
- typing_extensions
6161
- repo: https://github.com/PyCQA/bandit
62-
rev: 1.7.4
62+
rev: 1.7.5
6363
hooks:
6464
- id: bandit
6565
args: [--skip, B101, --recursive, clumper]

0 commit comments

Comments
 (0)