Skip to content

Commit d2d51d3

Browse files
[pre-commit.ci] pre-commit autoupdate (#80)
updates: - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.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 772c223 commit d2d51d3

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
@@ -20,10 +20,10 @@ repos:
2020
- id: isort
2121
# https://github.com/python/black#version-control-integration
2222
- repo: https://github.com/psf/black
23-
rev: 23.3.0
23+
rev: 23.7.0
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/PyCQA/flake8
27-
rev: 6.0.0
27+
rev: 6.1.0
2828
hooks:
2929
- id: flake8

0 commit comments

Comments
 (0)