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

Commit 550e7d4

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.3.0...v4.6.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.4.2](psf/black@19.10b0...24.4.2)
1 parent 8d8ef38 commit 550e7d4

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
@@ -22,7 +22,7 @@ ci:
2222

2323
repos:
2424
- repo: https://github.com/pre-commit/pre-commit-hooks
25-
rev: v4.3.0
25+
rev: v4.6.0
2626
hooks:
2727
- id: check-yaml
2828
- id: check-case-conflict
@@ -32,14 +32,14 @@ repos:
3232
- id: requirements-txt-fixer
3333

3434
- repo: https://github.com/PyCQA/isort
35-
rev: 5.12.0
35+
rev: 5.13.2
3636
hooks:
3737
- id: isort
3838
name: Format imports
3939
exclude: docs/
4040

4141
- repo: https://github.com/psf/black
42-
rev: 19.10b0
42+
rev: 24.4.2
4343
hooks:
4444
- id: black
4545
name: Format code

0 commit comments

Comments
 (0)