Skip to content

Commit 9f79bcc

Browse files
[pre-commit.ci] pre-commit autoupdate (#173)
updates: - [github.com/PyCQA/isort: 5.13.0 → 5.13.2](PyCQA/isort@5.13.0...5.13.2) - [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.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>
1 parent 5e4e8e7 commit 9f79bcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ repos:
2121
exclude: ^recipe/meta.yaml$
2222
- id: check-merge-conflict
2323
- repo: https://github.com/PyCQA/isort
24-
rev: 5.13.0
24+
rev: 5.13.2
2525
hooks:
2626
- id: isort
2727
- repo: https://github.com/psf/black
28-
rev: 23.11.0
28+
rev: 23.12.1
2929
hooks:
3030
- id: black
3131
args: [--skip-string-normalization]
3232
- repo: https://github.com/pycqa/flake8
33-
rev: 6.1.0
33+
rev: 7.0.0
3434
hooks:
3535
- id: flake8
3636
exclude: ^menuinst/_vendor/.*$

0 commit comments

Comments
 (0)