Skip to content

Commit 7fdd19d

Browse files
[pre-commit.ci] pre-commit autoupdate (#148)
updates: - [github.com/psf/black: 23.1.0 → 23.7.0](psf/black@23.1.0...23.7.0) - [github.com/pycqa/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent fbcec19 commit 7fdd19d

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
@@ -25,11 +25,11 @@ repos:
2525
hooks:
2626
- id: isort
2727
- repo: https://github.com/psf/black
28-
rev: 23.1.0
28+
rev: 23.7.0
2929
hooks:
3030
- id: black
3131
args: [--skip-string-normalization]
3232
- repo: https://github.com/pycqa/flake8
33-
rev: 6.0.0
33+
rev: 6.1.0
3434
hooks:
3535
- id: flake8

0 commit comments

Comments
 (0)