Skip to content

Commit bc5b01d

Browse files
ci(pre-commit.ci): autoupdate (#228)
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) - [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.4](astral-sh/ruff-pre-commit@v0.0.292...v0.1.4) - [github.com/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.6.1](pre-commit/mirrors-mypy@v1.5.1...v1.6.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2f7adb2 commit bc5b01d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@ ci:
55

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: trailing-whitespace
1111
exclude: ^tests|^docs|.xsd
1212
- id: end-of-file-fixer
1313
exclude: ^tests|^docs
1414

1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.0.292
16+
rev: v0.1.4
1717
hooks:
1818
- id: ruff
1919
args: [--fix]
2020

2121
- repo: https://github.com/psf/black
22-
rev: 23.9.1
22+
rev: 23.10.1
2323
hooks:
2424
- id: black
2525
exclude: ^docs
2626

2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: v1.5.1
28+
rev: v1.6.1
2929
hooks:
3030
- id: mypy
3131
exclude: ^tests|^docs|_napari_plugin|widgets

0 commit comments

Comments
 (0)