Skip to content

Commit f9d6047

Browse files
[pre-commit.ci] pre-commit autoupdate
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
1 parent e794a7a commit f9d6047

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
@@ -6,7 +6,7 @@ repos:
66
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
77

88
- repo: https://github.com/pycqa/isort
9-
rev: 6.0.1
9+
rev: 6.1.0
1010
hooks:
1111
- id: isort
1212
args: ["--profile", "black", "--filter-files"]
@@ -19,7 +19,7 @@ repos:
1919
- id: end-of-file-fixer
2020
exclude: ^docs/.*|.*.md
2121

22-
- repo: https://github.com/psf/black
22+
- repo: https://github.com/psf/black-pre-commit-mirror
2323
rev: 25.9.0
2424
hooks:
2525
- id: black

0 commit comments

Comments
 (0)