Skip to content

Commit 8eae529

Browse files
[pre-commit.ci] pre-commit autoupdate (#298)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.1 → v0.1.5](astral-sh/ruff-pre-commit@v0.1.1...v0.1.5) - [github.com/psf/black: 23.10.0 → 23.11.0](psf/black@23.10.0...23.11.0) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.7.0](pre-commit/mirrors-mypy@v1.6.1...v1.7.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7ea909a commit 8eae529

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.1.1
19+
rev: v0.1.5
2020
hooks:
2121
- id: ruff
2222
args: [--fix, --show-fixes]
2323

2424
- repo: https://github.com/psf/black
25-
rev: 23.10.0
25+
rev: 23.11.0
2626
hooks:
2727
- id: black
2828

2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.6.1
30+
rev: v1.7.0
3131
hooks:
3232
- id: mypy
3333
additional_dependencies:

0 commit comments

Comments
 (0)