Skip to content

Commit 661c8d3

Browse files
pre-commit-ci[bot]peterjc
authored andcommitted
[pre-commit.ci] autoupdate
updates: - [github.com/psf/black: 22.6.0 → 22.8.0](psf/black@22.6.0...22.8.0) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4) - [github.com/myint/rstcheck: v6.0.0.post1 → v6.1.0](rstcheck/rstcheck@v6.0.0.post1...v6.1.0) - [github.com/codespell-project/codespell: v2.1.0 → v2.2.1](codespell-project/codespell@v2.1.0...v2.2.1)
1 parent ad29dfe commit 661c8d3

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: 22.6.0
29+
rev: 22.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: 4.0.1
35+
rev: 5.0.4
3636
hooks:
3737
- id: flake8
3838
additional_dependencies: [
@@ -51,14 +51,14 @@ repos:
5151
additional_dependencies: [black==22.6.0]
5252
exclude: ^(.github/|tests/test_cases/example_unicode.py)
5353
- repo: https://github.com/myint/rstcheck
54-
rev: v6.0.0.post1
54+
rev: v6.1.0
5555
hooks:
5656
- id: rstcheck
5757
args: [
5858
--report-level=warning,
5959
]
6060
- repo: https://github.com/codespell-project/codespell
61-
rev: v2.1.0
61+
rev: v2.2.1
6262
hooks:
6363
- id: codespell
6464
files: \.(py|sh|rst|yml|yaml)$

0 commit comments

Comments
 (0)