Skip to content

Commit bf7121b

Browse files
pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.0...v0.5.6) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.1](pre-commit/mirrors-mypy@v1.10.1...v1.11.1) - [github.com/adamchainz/blacken-docs: 1.16.0 → 1.18.0](adamchainz/blacken-docs@1.16.0...1.18.0) - [github.com/RobertCraigie/pyright-python: v1.1.369 → v1.1.374](RobertCraigie/pyright-python@v1.1.369...v1.1.374)
1 parent 6943676 commit bf7121b

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
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.5.0
11+
rev: v0.5.6
1212
hooks:
1313
- id: ruff
1414
args: [ --fix, --unsafe-fixes ]
@@ -22,7 +22,7 @@ repos:
2222
- id: trailing-whitespace
2323

2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.10.1
25+
rev: v1.11.1
2626
hooks:
2727
- id: mypy
2828

@@ -42,7 +42,7 @@ repos:
4242
- id: double-quote-cython-strings
4343

4444
- repo: https://github.com/adamchainz/blacken-docs
45-
rev: 1.16.0
45+
rev: 1.18.0
4646
hooks:
4747
- id: blacken-docs
4848

@@ -64,6 +64,6 @@ repos:
6464
args: [ --drop-empty-cells, --keep-output ]
6565

6666
- repo: https://github.com/RobertCraigie/pyright-python
67-
rev: v1.1.369
67+
rev: v1.1.374
6868
hooks:
6969
- id: pyright

0 commit comments

Comments
 (0)