Skip to content

Commit a1d7a79

Browse files
[pre-commit.ci] pre-commit autoupdate (#856)
updates: - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.1](asottile/pyupgrade@v3.17.0...v3.19.1) - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/psf/black: 24.8.0 → 25.1.0](psf/black@24.8.0...25.1.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.2.0](PyCQA/flake8@7.1.1...7.2.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3b97ffd commit a1d7a79

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ repos:
1515
- id: trailing-whitespace
1616
- id: debug-statements
1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: 'v3.17.0'
18+
rev: 'v3.19.1'
1919
hooks:
2020
- id: pyupgrade
2121
args:
2222
- --py38-plus
2323
- repo: https://github.com/PyCQA/isort
24-
rev: '5.13.2'
24+
rev: '6.0.1'
2525
hooks:
2626
- id: isort
2727
- repo: https://github.com/psf/black
28-
rev: '24.8.0'
28+
rev: '25.1.0'
2929
hooks:
3030
- id: black
3131
- repo: https://github.com/PyCQA/flake8
32-
rev: '7.1.1'
32+
rev: '7.2.0'
3333
hooks:
3434
- id: flake8
3535
- repo: https://github.com/PyCQA/pydocstyle

0 commit comments

Comments
 (0)