Skip to content

Commit be1afa0

Browse files
[pre-commit.ci] pre-commit autoupdate (#293)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9f46d3b commit be1afa0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@ repos:
3535
exclude: "jupyterlab_server/templates/.*.html"
3636

3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v2.37.2
38+
rev: v2.37.3
3939
hooks:
4040
- id: pyupgrade
4141
args: [--py37-plus]
4242

4343
- repo: https://github.com/PyCQA/doc8
44-
rev: 0.11.2
44+
rev: v1.0.0
4545
hooks:
4646
- id: doc8
4747
args: [--max-line-length=200]
4848
stages: [manual]
4949

5050
- repo: https://github.com/pycqa/flake8
51-
rev: 4.0.1
51+
rev: 5.0.2
5252
hooks:
5353
- id: flake8
5454
additional_dependencies:

0 commit comments

Comments
 (0)