Skip to content

Commit a7af7eb

Browse files
[pre-commit.ci] pre-commit autoupdate (#548)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.0 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.0...v0.15.9) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.0](pre-commit/mirrors-mypy@v1.19.1...v1.20.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi>
1 parent 2e63076 commit a7af7eb

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
@@ -14,14 +14,14 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.15.0
17+
rev: v0.15.9
1818
hooks:
1919
- id: ruff
2020
args: [--fix, --show-fixes]
2121
- id: ruff-format
2222

2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.19.1
24+
rev: v1.20.0
2525
hooks:
2626
- id: mypy
2727
pass_filenames: false

0 commit comments

Comments
 (0)