Skip to content

Commit 29f1b0c

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: 25.1.0 → 26.1.0](psf/black-pre-commit-mirror@25.1.0...26.1.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0)
1 parent fcd2503 commit 29f1b0c

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
@@ -1,12 +1,12 @@
11
---
22
repos:
3-
- repo: https://github.com/psf/black
4-
rev: 25.1.0
3+
- repo: https://github.com/psf/black-pre-commit-mirror
4+
rev: 26.1.0
55
hooks:
66
- id: black
77
args: [--target-version=py35]
88
- repo: https://github.com/PyCQA/flake8
9-
rev: 7.1.1
9+
rev: 7.3.0
1010
hooks:
1111
- id: flake8
1212
args: [

0 commit comments

Comments
 (0)