Skip to content

Commit 851ec71

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4) - https://github.com/myint/autoflakehttps://github.com/PyCQA/autoflake - [github.com/PyCQA/autoflake: v1.4 → v1.6.1](PyCQA/autoflake@v1.4...v1.6.1) - [github.com/psf/black: 22.6.0 → 22.8.0](psf/black@22.6.0...22.8.0) - [github.com/asottile/pyupgrade: v2.34.0 → v2.38.2](asottile/pyupgrade@v2.34.0...v2.38.2) - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.0-alpha.0](pre-commit/mirrors-prettier@v2.7.1...v3.0.0-alpha.0) - [github.com/pre-commit/mirrors-eslint: v8.19.0 → v8.24.0](pre-commit/mirrors-eslint@v8.19.0...v8.24.0)
1 parent 776e9b2 commit 851ec71

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ repos:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- repo: https://github.com/PyCQA/flake8
11-
rev: 4.0.1
11+
rev: 5.0.4
1212
hooks:
1313
- id: flake8
1414
additional_dependencies: [flake8-typing-imports==1.7.0]
15-
- repo: https://github.com/myint/autoflake
16-
rev: v1.4
15+
- repo: https://github.com/PyCQA/autoflake
16+
rev: v1.6.1
1717
hooks:
1818
- id: autoflake
1919
args: ["--in-place", "--remove-all-unused-imports", "--ignore-init-module-imports", "--remove-unused-variables"]
@@ -22,22 +22,22 @@ repos:
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/psf/black
25-
rev: 22.6.0
25+
rev: 22.8.0
2626
hooks:
2727
- id: black
2828
- repo: https://github.com/asottile/pyupgrade
29-
rev: v2.34.0
29+
rev: v2.38.2
3030
hooks:
3131
- id: pyupgrade
3232
args: [--py37-plus]
3333
- repo: https://github.com/pre-commit/mirrors-prettier
34-
rev: 'v2.7.1'
34+
rev: 'v3.0.0-alpha.0'
3535
hooks:
3636
- id: prettier
3737
types: [ts]
3838

3939
- repo: https://github.com/pre-commit/mirrors-eslint
40-
rev: 'v8.19.0'
40+
rev: 'v8.24.0'
4141
hooks:
4242
- id: eslint
4343
files: \.ts$ # *.ts

0 commit comments

Comments
 (0)