Skip to content

Commit 4b5347f

Browse files
build(deps): pre-commit autoupdate (#355)
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/PyCQA/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - [github.com/PyCQA/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 782fb6c commit 4b5347f

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
@@ -15,7 +15,7 @@ repos:
1515
hooks:
1616
- id: ssort
1717
files: ^ignition-api/src/
18-
- repo: https://github.com/psf/black
18+
- repo: https://github.com/psf/black-pre-commit-mirror
1919
rev: 25.9.0
2020
hooks:
2121
- id: black
@@ -26,14 +26,14 @@ repos:
2626
files: ^ignition-api/src/
2727
language_version: python3.12
2828
- repo: https://github.com/PyCQA/isort
29-
rev: 6.0.1
29+
rev: 6.1.0
3030
hooks:
3131
- id: isort
3232
name: isort-pkg
3333
files: ^ignition-api/src/
3434
args: [--settings-file, ignition-api/tox.ini]
3535
- repo: https://github.com/PyCQA/isort
36-
rev: 6.0.1
36+
rev: 6.1.0
3737
hooks:
3838
- id: isort
3939
name: isort-stubs

0 commit comments

Comments
 (0)