Skip to content

Commit 44b47dc

Browse files
[pre-commit.ci] pre-commit autoupdate (#158)
updates: - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pycqa/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 01d94b7 commit 44b47dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ repos:
2323
hooks:
2424
- id: pyupgrade
2525
- repo: https://github.com/pycqa/isort
26-
rev: 5.13.2
26+
rev: 6.0.1
2727
hooks:
2828
- id: isort
2929
name: isort (python)
3030
args: [--profile, black]
3131
- repo: https://github.com/psf/black
32-
rev: 24.10.0
32+
rev: 25.1.0
3333
hooks:
3434
- id: black
3535
- repo: https://github.com/pycqa/flake8
36-
rev: 7.1.1
36+
rev: 7.1.2
3737
hooks:
3838
- id: flake8

0 commit comments

Comments
 (0)