Skip to content

Commit 06b4b4a

Browse files
[pre-commit.ci] pre-commit autoupdate (#1654)
updates: - [github.com/pycqa/flake8: 4.0.1 → 5.0.2](PyCQA/flake8@4.0.1...5.0.2) - [github.com/pycqa/doc8: 0.11.2 → v1.0.0](PyCQA/doc8@0.11.2...v1.0.0) - [github.com/asottile/pyupgrade: v2.37.2 → v2.37.3](asottile/pyupgrade@v2.37.2...v2.37.3) - [github.com/pre-commit/mirrors-eslint: v8.20.0 → v8.21.0](pre-commit/mirrors-eslint@v8.20.0...v8.21.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d4347db commit 06b4b4a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ repos:
77
- id: trailing-whitespace
88
- id: mixed-line-ending
99
- repo: https://github.com/pycqa/flake8
10-
rev: 4.0.1
10+
rev: 5.0.2
1111
hooks:
1212
- id: flake8
1313
- repo: https://github.com/pycqa/doc8
14-
rev: 0.11.2
14+
rev: v1.0.0
1515
hooks:
1616
- id: doc8
1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v2.37.2
18+
rev: v2.37.3
1919
hooks:
2020
- id: pyupgrade
2121
args: [--py37-plus]
@@ -43,7 +43,7 @@ repos:
4343
- id: prettier
4444
types_or: [javascript, css]
4545
- repo: https://github.com/pre-commit/mirrors-eslint
46-
rev: v8.20.0
46+
rev: v8.21.0
4747
hooks:
4848
- id: eslint
4949
files: \.js?$

0 commit comments

Comments
 (0)