Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit 009cb43

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.3.0...v5.0.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 19.10b0 → 24.10.0](psf/black@19.10b0...24.10.0)
1 parent de10571 commit 009cb43

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
@@ -28,7 +28,7 @@ ci:
2828

2929
repos:
3030
- repo: https://github.com/pre-commit/pre-commit-hooks
31-
rev: v4.3.0
31+
rev: v5.0.0
3232
hooks:
3333
- id: check-yaml
3434
- id: check-case-conflict
@@ -38,14 +38,14 @@ repos:
3838
- id: requirements-txt-fixer
3939

4040
- repo: https://github.com/PyCQA/isort
41-
rev: 5.12.0
41+
rev: 5.13.2
4242
hooks:
4343
- id: isort
4444
name: Format imports
4545
exclude: docs/
4646

4747
- repo: https://github.com/psf/black
48-
rev: 19.10b0
48+
rev: 24.10.0
4949
hooks:
5050
- id: black
5151
name: Format code

0 commit comments

Comments
 (0)