Skip to content

Commit cb926b7

Browse files
authored
Merge pull request #820 from jupyter/pre-commit-ci-update-config
2 parents 43859ae + b1e42b6 commit cb926b7

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
@@ -32,22 +32,18 @@ repos:
3232
- id: prettier
3333

3434
- repo: https://github.com/PyCQA/doc8
35-
rev: 0.11.2
35+
rev: v1.0.0
3636
hooks:
3737
- id: doc8
3838
args: [--max-line-length=200]
3939
stages: [manual]
4040

4141
- repo: https://github.com/pycqa/flake8
42-
rev: 4.0.1
42+
rev: 5.0.2
4343
hooks:
4444
- id: flake8
4545
additional_dependencies:
46-
[
47-
"flake8-bugbear==20.1.4",
48-
"flake8-logging-format==0.6.0",
49-
"flake8-implicit-str-concat==0.2.0",
50-
]
46+
["flake8-bugbear==22.6.22", "flake8-implicit-str-concat==0.2.0"]
5147
stages: [manual]
5248

5349
- repo: https://github.com/pre-commit/mirrors-mypy
@@ -60,7 +56,7 @@ repos:
6056
stages: [manual]
6157

6258
- repo: https://github.com/PyCQA/doc8
63-
rev: 0.11.2
59+
rev: v1.0.0
6460
hooks:
6561
- id: doc8
6662
args: [--max-line-length=100]

0 commit comments

Comments
 (0)