Skip to content

Commit c63a980

Browse files
[pre-commit.ci] pre-commit autoupdate (#3)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.272 → v0.1.9](astral-sh/ruff-pre-commit@v0.0.272...v0.1.9) - [github.com/psf/black: 23.3.0 → 23.12.1](psf/black@23.3.0...23.12.1) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.8.0](pre-commit/mirrors-mypy@v1.3.0...v1.8.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d54e7ba commit c63a980

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# * Run "pre-commit install".
66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.4.0
8+
rev: v4.5.0
99
hooks:
1010
- id: check-toml
1111
- id: check-yaml
@@ -15,19 +15,19 @@ repos:
1515
args: [ "--fix=lf" ]
1616
- id: trailing-whitespace
1717

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

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

2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.3.0
30+
rev: v1.8.0
3131
hooks:
3232
- id: mypy
3333
additional_dependencies: ["pytest"]

0 commit comments

Comments
 (0)