Skip to content

Commit 22a7ab5

Browse files
[pre-commit.ci] pre-commit autoupdate (#48)
updates: - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0dea016 commit 22a7ab5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ repos:
1414
- id: check-toml
1515
- id: mixed-line-ending
1616
- repo: https://github.com/pycqa/isort
17-
rev: 6.0.1
17+
rev: 6.1.0
1818
hooks:
1919
- id: isort
2020
name: isort (python)
2121
- repo: https://github.com/pycqa/flake8
2222
rev: 7.3.0
2323
hooks:
2424
- id: flake8
25-
- repo: https://github.com/psf/black
25+
- repo: https://github.com/psf/black-pre-commit-mirror
2626
rev: 25.9.0
2727
hooks:
2828
- id: black

0 commit comments

Comments
 (0)