Skip to content

Commit b329bf1

Browse files
pre-commit-ci[bot]peterjc
authored andcommitted
[pre-commit.ci] autoupdate
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) - [github.com/asottile/blacken-docs: 1.14.0 → 1.15.0](adamchainz/blacken-docs@1.14.0...1.15.0)
1 parent 076f5c1 commit b329bf1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ repos:
2626
language: pygrep
2727
files: \.(py|sh|rst|yml|yaml)$
2828
- repo: https://github.com/psf/black
29-
rev: 23.3.0
29+
rev: 23.7.0
3030
hooks:
3131
- id: black
3232
args: [--check, --diff]
3333
exclude: ^tests/test_cases/example_unicode.py
3434
- repo: https://github.com/PyCQA/flake8
35-
rev: 6.0.0
35+
rev: 6.1.0
3636
hooks:
3737
- id: flake8
3838
additional_dependencies: [
@@ -45,7 +45,7 @@ repos:
4545
'pydocstyle>=5.0.0',
4646
]
4747
- repo: https://github.com/asottile/blacken-docs
48-
rev: 1.14.0
48+
rev: 1.15.0
4949
hooks:
5050
- id: blacken-docs
5151
additional_dependencies: [black==23.3.0]

0 commit comments

Comments
 (0)