Skip to content

Commit 834dd4e

Browse files
[pre-commit.ci] pre-commit autoupdate (#451)
updates: - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pylint-dev/pylint: v3.3.3 → v3.3.4](pylint-dev/pylint@v3.3.3...v3.3.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1e43249 commit 834dd4e

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,11 +26,11 @@ repos:
2626
- id: pyupgrade
2727
args: [--py38-plus]
2828
- repo: https://github.com/PyCQA/isort
29-
rev: 5.13.2
29+
rev: 6.0.0
3030
hooks:
3131
- id: isort
3232
- repo: https://github.com/psf/black
33-
rev: 24.10.0
33+
rev: 25.1.0
3434
hooks:
3535
- id: black
3636
- repo: https://github.com/PyCQA/flake8
@@ -39,7 +39,7 @@ repos:
3939
- id: flake8
4040
exclude: *test-data
4141
- repo: https://github.com/pylint-dev/pylint
42-
rev: v3.3.3
42+
rev: v3.3.4
4343
hooks:
4444
- id: pylint
4545
exclude: *test-data

0 commit comments

Comments
 (0)