Skip to content

Commit c87e005

Browse files
[pre-commit.ci] pre-commit autoupdate (#132)
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.263 → v0.0.269](astral-sh/ruff-pre-commit@v0.0.263...v0.0.269) - [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.3.0](pre-commit/mirrors-mypy@v1.2.0...v1.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 336093a commit c87e005

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ci:
66

77
repos:
88
- repo: https://github.com/charliermarsh/ruff-pre-commit
9-
rev: v0.0.263
9+
rev: v0.0.269
1010
hooks:
1111
- id: ruff
1212
args: [--fix, --exit-non-zero-on-fix]
@@ -68,7 +68,7 @@ repos:
6868
- id: bandit
6969
exclude: tests/
7070
- repo: https://github.com/pre-commit/mirrors-mypy
71-
rev: v1.2.0
71+
rev: v1.3.0
7272
hooks:
7373
- id: mypy
7474
exclude: tests/.*.py

0 commit comments

Comments
 (0)