Skip to content

Commit 07400b0

Browse files
[pre-commit.ci] pre-commit autoupdate (#859)
updates: - [github.com/hauntsaninja/black-pre-commit-mirror: 24.4.2 → 24.8.0](psf/black-pre-commit-mirror@24.4.2...24.8.0) - [github.com/PyCQA/pylint: v3.2.6 → v3.2.7](pylint-dev/pylint@v3.2.6...v3.2.7) - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.11.2](pre-commit/mirrors-mypy@v1.11.1...v1.11.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d352171 commit 07400b0

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
@@ -13,11 +13,11 @@ repos:
1313
- id: validate_manifest
1414
- repo: https://github.com/hauntsaninja/black-pre-commit-mirror
1515
# black compiled with mypyc
16-
rev: 24.4.2
16+
rev: 24.8.0
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/PyCQA/pylint
20-
rev: v3.2.6
20+
rev: v3.2.7
2121
hooks:
2222
- id: pylint
2323
files: ^(nbqa|tests)/
@@ -38,7 +38,7 @@ repos:
3838
- id: pydocstyle
3939
files: ^nbqa/
4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: v1.11.1
41+
rev: v1.11.2
4242
hooks:
4343
- id: mypy
4444
exclude: ^docs/

0 commit comments

Comments
 (0)