Skip to content

Commit bc8a11a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.12.1 → 26.1.0](psf/black-pre-commit-mirror@23.12.1...26.1.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.3.0](PyCQA/flake8@7.0.0...7.3.0) - [github.com/PyCQA/isort: 5.13.2 → 8.0.0](PyCQA/isort@5.13.2...8.0.0)
1 parent 10648d6 commit bc8a11a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
repos:
2-
- repo: https://github.com/psf/black
3-
rev: 23.12.1
2+
- repo: https://github.com/psf/black-pre-commit-mirror
3+
rev: 26.1.0
44
hooks:
55
- id: black
66

77
- repo: https://github.com/PyCQA/flake8
8-
rev: 7.0.0
8+
rev: 7.3.0
99
hooks:
1010
- id: flake8
1111
additional_dependencies:
1212
- flake8-bugbear
1313

1414
- repo: https://github.com/PyCQA/isort
15-
rev: 5.13.2
15+
rev: 8.0.0
1616
hooks:
1717
- id: isort

0 commit comments

Comments
 (0)