Skip to content

Commit b5eeb0b

Browse files
[pre-commit.ci] autoupdate (#77)
* [pre-commit.ci] autoupdate updates: - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0) - [github.com/rstcheck/rstcheck: v6.1.1 → v6.1.2](rstcheck/rstcheck@v6.1.1...v6.1.2) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](codespell-project/codespell@v2.2.2...v2.2.4) * update blacken-docs dep too --------- 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 39344a4 commit b5eeb0b

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,7 +26,7 @@ repos:
2626
language: pygrep
2727
files: \.(py|sh|rst|yml|yaml)$
2828
- repo: https://github.com/psf/black
29-
rev: 23.1.0
29+
rev: 23.3.0
3030
hooks:
3131
- id: black
3232
args: [--check, --diff]
@@ -48,17 +48,17 @@ repos:
4848
rev: 1.13.0
4949
hooks:
5050
- id: blacken-docs
51-
additional_dependencies: [black==23.1.0]
51+
additional_dependencies: [black==23.3.0]
5252
exclude: ^(.github/|tests/test_cases/example_unicode.py)
5353
- repo: https://github.com/rstcheck/rstcheck
54-
rev: v6.1.1
54+
rev: v6.1.2
5555
hooks:
5656
- id: rstcheck
5757
args: [
5858
--report-level=warning,
5959
]
6060
- repo: https://github.com/codespell-project/codespell
61-
rev: v2.2.2
61+
rev: v2.2.4
6262
hooks:
6363
- id: codespell
6464
files: \.(py|sh|rst|yml|yaml)$

0 commit comments

Comments
 (0)