Skip to content

Commit 715dc7c

Browse files
[pre-commit.ci] autoupdate (#82)
* [pre-commit.ci] autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6) * Update blacken-docs 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 4a0d46e commit 715dc7c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pre-commit run --all-files
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.4.0
4+
rev: v4.5.0
55
hooks:
66
- id: check-added-large-files
77
- id: check-case-conflict
@@ -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.9.1
29+
rev: 23.10.1
3030
hooks:
3131
- id: black
3232
args: [--check, --diff]
@@ -48,7 +48,7 @@ repos:
4848
rev: 1.16.0
4949
hooks:
5050
- id: blacken-docs
51-
additional_dependencies: [black==23.9.1]
51+
additional_dependencies: [black==23.10.1]
5252
exclude: ^(.github/|tests/test_cases/example_unicode.py)
5353
- repo: https://github.com/rstcheck/rstcheck
5454
rev: v6.2.0
@@ -58,7 +58,7 @@ repos:
5858
--report-level=warning,
5959
]
6060
- repo: https://github.com/codespell-project/codespell
61-
rev: v2.2.5
61+
rev: v2.2.6
6262
hooks:
6363
- id: codespell
6464
files: \.(py|sh|rst|yml|yaml)$

0 commit comments

Comments
 (0)