Skip to content

Commit f885c36

Browse files
[pre-commit.ci] autoupdate (#88)
* [pre-commit.ci] autoupdate updates: - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) - [github.com/rstcheck/rstcheck: v6.2.0 → v6.2.4](rstcheck/rstcheck@v6.2.0...v6.2.4) * update blacken-docs dep --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Peter Cock <p.j.a.cock@googlemail.com>
1 parent 8ea892d commit f885c36

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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: 24.4.2
29+
rev: 24.8.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: 7.1.0
35+
rev: 7.1.1
3636
hooks:
3737
- id: flake8
3838
additional_dependencies: [
@@ -48,10 +48,10 @@ repos:
4848
rev: 1.18.0
4949
hooks:
5050
- id: blacken-docs
51-
additional_dependencies: [black==23.12.1]
51+
additional_dependencies: [black==24.8.0]
5252
exclude: ^(.github/|tests/test_cases/example_unicode.py)
5353
- repo: https://github.com/rstcheck/rstcheck
54-
rev: v6.2.0
54+
rev: v6.2.4
5555
hooks:
5656
- id: rstcheck
5757
args: [

0 commit comments

Comments
 (0)