Skip to content

Commit 5c2c08e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.1.0 → 23.12.1](psf/black@23.1.0...23.12.1) - [github.com/PyCQA/flake8: 6.0.0 → 7.0.0](PyCQA/flake8@6.0.0...7.0.0)
1 parent ce8501f commit 5c2c08e

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,12 +1,12 @@
11
---
22
repos:
33
- repo: https://github.com/psf/black
4-
rev: 23.1.0
4+
rev: 23.12.1
55
hooks:
66
- id: black
77
args: [--target-version=py35]
88
- repo: https://github.com/PyCQA/flake8
9-
rev: 6.0.0
9+
rev: 7.0.0
1010
hooks:
1111
- id: flake8
1212
args: [

0 commit comments

Comments
 (0)