Skip to content

Commit 4b714aa

Browse files
[pre-commit.ci] pre-commit autoupdate (#771)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.10.1 → 24.1.1](psf/black@23.10.1...24.1.1) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jim Brännlund <[email protected]>
1 parent a2d5d2b commit 4b714aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.10.1
3+
rev: 24.1.1
44
hooks:
55
- id: black
66
args: [--safe, --quiet, --line-length=88]
@@ -25,7 +25,7 @@ repos:
2525
args: ['--branch', 'master']
2626

2727
- repo: https://github.com/PyCQA/flake8
28-
rev: 6.1.0
28+
rev: 7.0.0
2929
hooks:
3030
- id: flake8
3131
language_version: python3

0 commit comments

Comments
 (0)