Skip to content

Commit 09cbb43

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.10.0 → 23.9.1](psf/black@22.10.0...23.9.1) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
1 parent 6352f1c commit 09cbb43

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
@@ -20,11 +20,11 @@ repos:
2020
- id: end-of-file-fixer
2121
- id: sort-simple-yaml
2222
- repo: https://github.com/psf/black
23-
rev: 22.10.0
23+
rev: 23.9.1
2424
hooks:
2525
- id: black
2626
args: ['--line-length=119']
2727
- repo: https://github.com/PyCQA/flake8
28-
rev: 6.0.0
28+
rev: 6.1.0
2929
hooks:
3030
- id: flake8

0 commit comments

Comments
 (0)