Skip to content

Commit 0916888

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1) - [github.com/pre-commit/mirrors-eslint: v8.0.0-rc.0 → v8.0.0-1](pre-commit/mirrors-eslint@v8.0.0-rc.0...v8.0.0-1)
1 parent 33e6db0 commit 0916888

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
@@ -6,7 +6,7 @@ repos:
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- repo: https://github.com/PyCQA/flake8
9-
rev: 3.9.2
9+
rev: 4.0.1
1010
hooks:
1111
- id: flake8
1212
additional_dependencies: [flake8-typing-imports==1.7.0]
@@ -35,7 +35,7 @@ repos:
3535
types: [ts]
3636

3737
- repo: https://github.com/pre-commit/mirrors-eslint
38-
rev: 'v8.0.0-rc.0'
38+
rev: 'v8.0.0-1'
3939
hooks:
4040
- id: eslint
4141
files: \.ts$ # *.ts

0 commit comments

Comments
 (0)