Skip to content

Commit ce13f58

Browse files
[pre-commit.ci] pre-commit autoupdate (#519)
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 - [github.com/pylint-dev/pylint: v3.3.8 → v3.3.9](pylint-dev/pylint@v3.3.8...v3.3.9) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4a48f24 commit ce13f58

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
@@ -26,10 +26,10 @@ repos:
2626
- id: pyupgrade
2727
args: [--py38-plus]
2828
- repo: https://github.com/PyCQA/isort
29-
rev: 6.0.1
29+
rev: 6.1.0
3030
hooks:
3131
- id: isort
32-
- repo: https://github.com/psf/black
32+
- repo: https://github.com/psf/black-pre-commit-mirror
3333
rev: 25.9.0
3434
hooks:
3535
- id: black
@@ -39,7 +39,7 @@ repos:
3939
- id: flake8
4040
exclude: *test-data
4141
- repo: https://github.com/pylint-dev/pylint
42-
rev: v3.3.8
42+
rev: v3.3.9
4343
hooks:
4444
- id: pylint
4545
exclude: *test-data

0 commit comments

Comments
 (0)