Skip to content

Commit c4fdf66

Browse files
[pre-commit.ci] pre-commit autoupdate (#1647)
updates: - [github.com/psf/black-pre-commit-mirror: 23.9.1 → 23.10.0](psf/black-pre-commit-mirror@23.9.1...23.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.1](astral-sh/ruff-pre-commit@v0.0.292...v0.1.1) - [github.com/pre-commit/mirrors-mypy: v1.6.0 → v1.6.1](pre-commit/mirrors-mypy@v1.6.0...v1.6.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 75f6b45 commit c4fdf66

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

1616
- repo: https://github.com/psf/black-pre-commit-mirror
17-
rev: 23.9.1
17+
rev: 23.10.0
1818
hooks:
1919
- id: black
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.0.292
22+
rev: v0.1.1
2323
hooks:
2424
- id: ruff
2525
args: ["--fix", "--show-fixes"]
@@ -31,7 +31,7 @@ repos:
3131
args: [--include-version-classifiers, --min-py-version=3.8, --max-py-version=3.11]
3232

3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v1.6.0
34+
rev: v1.6.1
3535
hooks:
3636
- id: mypy
3737
name: mypy 3.8 on cibuildwheel/

0 commit comments

Comments
 (0)