Skip to content

Commit 033c78e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.9.1 → 23.12.1](psf/black@23.9.1...23.12.1) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.8.0](pre-commit/mirrors-mypy@v1.5.1...v1.8.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.9](astral-sh/ruff-pre-commit@v0.0.292...v0.1.9)
1 parent 867f296 commit 033c78e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@ default_language_version:
99
python: python3
1010
repos:
1111
- repo: https://github.com/psf/black
12-
rev: 23.9.1
12+
rev: 23.12.1
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v4.4.0
16+
rev: v4.5.0
1717
hooks:
1818
- id: check-toml
1919
- id: check-yaml
2020
- id: end-of-file-fixer
2121
- id: trailing-whitespace
2222
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: v1.5.1
23+
rev: v1.8.0
2424
hooks:
2525
- id: mypy
2626
args: ["--strict"]
2727
exclude: '^(docs|tasks|tests)|setup\.py'
2828
additional_dependencies: ["httpx", "packaging", "typer>=0.3.2"]
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
3030
# Ruff version.
31-
rev: v0.0.292
31+
rev: v0.1.9
3232
hooks:
3333
- id: ruff

0 commit comments

Comments
 (0)