Skip to content

Commit afea7b6

Browse files
Merge pull request #45 from jupyter-server/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents b74d94d + d56bc6a commit afea7b6

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,27 +29,23 @@ repos:
2929
args: [--profile=black]
3030

3131
- repo: https://github.com/asottile/pyupgrade
32-
rev: v2.37.2
32+
rev: v2.37.3
3333
hooks:
3434
- id: pyupgrade
3535
args: [--py37-plus]
3636

3737
- repo: https://github.com/PyCQA/doc8
38-
rev: 0.11.2
38+
rev: v1.0.0
3939
hooks:
4040
- id: doc8
4141
args: [--max-line-length=200]
4242
exclude: docs/source/other/full-config.rst
4343
stages: [manual]
4444

4545
- repo: https://github.com/pycqa/flake8
46-
rev: 4.0.1
46+
rev: 5.0.2
4747
hooks:
4848
- id: flake8
4949
additional_dependencies:
50-
[
51-
"flake8-bugbear==20.1.4",
52-
"flake8-logging-format==0.6.0",
53-
"flake8-implicit-str-concat==0.2.0",
54-
]
50+
["flake8-bugbear==22.6.22", "flake8-implicit-str-concat==0.2.0"]
5551
stages: [manual]

0 commit comments

Comments
 (0)