Skip to content

Commit bc9e510

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.7.0 → 24.10.0](psf/black@23.7.0...24.10.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.1.1](PyCQA/flake8@6.0.0...7.1.1)
1 parent 5c752d5 commit bc9e510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
repos:
33
- repo: https://github.com/psf/black
4-
rev: 23.7.0
4+
rev: 24.10.0
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.1.1
1212
hooks:
1313
- id: flake8
1414
args: [

0 commit comments

Comments
 (0)