Skip to content

Commit 460e376

Browse files
pre-commit-ci[bot]muziing
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.10.1 → 24.1.1](psf/black@23.10.1...24.1.1) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
1 parent 2ae01b5 commit 460e376

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ repos:
1010
- id: end-of-file-fixer
1111

1212
- repo: https://github.com/psf/black
13-
rev: 23.10.1
13+
rev: 24.1.1
1414
hooks:
1515
- id: black
1616
args: [--config, "./pyproject.toml"]
1717

1818
- repo: https://github.com/pycqa/isort
19-
rev: 5.12.0
19+
rev: 5.13.2
2020
hooks:
2121
- id: isort
2222
args: [--settings-path, "./pyproject.toml"]

0 commit comments

Comments
 (0)