Skip to content

Commit 15502f2

Browse files
pre-commit-ci[bot]agoose77
authored andcommitted
[pre-commit.ci] pre-commit autoupdate (#556)
updates: - [github.com/psf/black: 23.9.1 → 23.10.0](psf/black@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 21291f8 commit 15502f2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,18 @@ repos:
3636
- id: isort
3737

3838
- repo: https://github.com/psf/black
39-
rev: 23.9.1
39+
rev: 23.10.0
4040
hooks:
4141
- id: black
4242

4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: v0.0.292
44+
rev: v0.1.1
4545
hooks:
4646
- id: ruff
4747
args: ["--fix", "--show-fixes"]
4848

4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: v1.6.0
50+
rev: v1.6.1
5151
hooks:
5252
- id: mypy
5353
args: [--config-file=pyproject.toml]

0 commit comments

Comments
 (0)