Skip to content

Commit d3122b6

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.7.0 → 26.3.1](psf/black-pre-commit-mirror@23.7.0...26.3.1) - [github.com/PyCQA/flake8: 6.0.0 → 7.3.0](PyCQA/flake8@6.0.0...7.3.0)
1 parent fc9ff96 commit d3122b6

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,14 +1,14 @@
11
---
22
repos:
3-
- repo: https://github.com/psf/black
4-
rev: 23.7.0
3+
- repo: https://github.com/psf/black-pre-commit-mirror
4+
rev: 26.3.1
55
hooks:
66
- id: black
77
args: [--target-version=py35]
88
# GitLab URLs must include the .git suffix
99
# https://gitlab.com/gitlab-org/gitlab/-/issues/29629
1010
- repo: https://github.com/PyCQA/flake8
11-
rev: 6.0.0
11+
rev: 7.3.0
1212
hooks:
1313
- id: flake8
1414
args: [

0 commit comments

Comments
 (0)