Skip to content

Commit f19f137

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 9.0.0a3 → 9.0.0b5](PyCQA/isort@9.0.0a3...9.0.0b5) - [github.com/jsh9/pydoclint: 0.8.4 → 0.9.1](jsh9/pydoclint@0.8.4...0.9.1)
1 parent 0a90f2c commit f19f137

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ repos:
1818
hooks:
1919
- id: black
2020
- repo: https://github.com/pycqa/isort
21-
rev: 9.0.0a3
21+
rev: 9.0.0b5
2222
hooks:
2323
- id: isort
2424
name: isort (python)
2525
- repo: https://github.com/jsh9/pydoclint
26-
rev: 0.8.4
26+
rev: 0.9.1
2727
hooks:
2828
- id: pydoclint
2929
args: [--style=google, --check-return-types=False]

0 commit comments

Comments
 (0)