Skip to content

Commit e177fe0

Browse files
[pre-commit.ci] pre-commit autoupdate (#974)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Steven Silvester <steven.silvester@ieee.org>
1 parent cac560a commit e177fe0

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
@@ -35,7 +35,7 @@ repos:
3535
- id: prettier
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]
@@ -52,19 +52,15 @@ repos:
5252
stages: [manual]
5353

5454
- repo: https://github.com/pycqa/flake8
55-
rev: 4.0.1
55+
rev: 5.0.2
5656
hooks:
5757
- id: flake8
5858
additional_dependencies:
59-
[
60-
"flake8-bugbear==20.1.4",
61-
"flake8-logging-format==0.6.0",
62-
"flake8-implicit-str-concat==0.2.0",
63-
]
59+
["flake8-bugbear==22.6.22", "flake8-implicit-str-concat==0.2.0"]
6460
stages: [manual]
6561

6662
- repo: https://github.com/pre-commit/mirrors-eslint
67-
rev: v8.20.0
63+
rev: v8.21.0
6864
hooks:
6965
- id: eslint
7066
stages: [manual]

0 commit comments

Comments
 (0)