Skip to content

Commit 0379d4a

Browse files
[pre-commit.ci] pre-commit autoupdate (#1715)
updates: - [github.com/asottile/pyupgrade: v3.2.2 → v3.3.0](asottile/pyupgrade@v3.2.2...v3.3.0) - [github.com/pre-commit/mirrors-eslint: v8.28.0 → v8.29.0](pre-commit/mirrors-eslint@v8.28.0...v8.29.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3dfc3fe commit 0379d4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
hooks:
1717
- id: doc8
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.2.2
19+
rev: v3.3.0
2020
hooks:
2121
- id: pyupgrade
2222
args: [--py37-plus]
@@ -46,7 +46,7 @@ repos:
4646
args:
4747
- --trailing-comma=es5
4848
- repo: https://github.com/pre-commit/mirrors-eslint
49-
rev: v8.28.0
49+
rev: v8.29.0
5050
hooks:
5151
- id: eslint
5252
files: \.js?$

0 commit comments

Comments
 (0)