Skip to content

Commit 48f559d

Browse files
[pre-commit.ci] pre-commit autoupdate (#13)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.286 → v0.5.4](astral-sh/ruff-pre-commit@v0.0.286...v0.5.4) - [github.com/psf/black: 23.7.0 → 24.4.2](psf/black@23.7.0...24.4.2) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.11.0](pre-commit/mirrors-mypy@v1.5.1...v1.11.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4333e74 commit 48f559d

File tree

4 files changed

+98
-158
lines changed

4 files changed

+98
-158
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-case-conflict
66
- id: check-merge-conflict
@@ -14,18 +14,18 @@ repos:
1414
- id: trailing-whitespace
1515

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

2222
- repo: https://github.com/psf/black
23-
rev: 23.7.0
23+
rev: 24.4.2
2424
hooks:
2525
- id: black
2626

2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: v1.5.1
28+
rev: v1.11.0
2929
hooks:
3030
- id: mypy
3131
additional_dependencies:

0 commit comments

Comments
 (0)