Skip to content

Commit ef35d6d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/PyCQA/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0) - https://github.com/myint/autoflakehttps://github.com/PyCQA/autoflake - [github.com/PyCQA/autoflake: v1.4 → v2.0.0](PyCQA/autoflake@v1.4...v2.0.0) - [github.com/PyCQA/isort: 5.10.1 → 5.11.4](PyCQA/isort@5.10.1...5.11.4) - [github.com/psf/black: 22.6.0 → 22.12.0](psf/black@22.6.0...22.12.0) - [github.com/asottile/pyupgrade: v2.34.0 → v3.3.1](asottile/pyupgrade@v2.34.0...v3.3.1) - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.0-alpha.4](pre-commit/mirrors-prettier@v2.7.1...v3.0.0-alpha.4) - [github.com/pre-commit/mirrors-eslint: v8.19.0 → v8.31.0](pre-commit/mirrors-eslint@v8.19.0...v8.31.0)
1 parent fa3e807 commit ef35d6d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,42 @@ ci:
22
autoupdate_schedule: 'quarterly'
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.3.0
5+
rev: v4.4.0
66
hooks:
77
- id: check-docstring-first
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- repo: https://github.com/PyCQA/flake8
11-
rev: 4.0.1
11+
rev: 6.0.0
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: v2.0.0
1717
hooks:
1818
- id: autoflake
1919
args: ["--in-place", "--remove-all-unused-imports", "--ignore-init-module-imports", "--remove-unused-variables"]
2020
- repo: https://github.com/PyCQA/isort
21-
rev: 5.10.1
21+
rev: 5.11.4
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/psf/black
25-
rev: 22.6.0
25+
rev: 22.12.0
2626
hooks:
2727
- id: black
2828
- repo: https://github.com/asottile/pyupgrade
29-
rev: v2.34.0
29+
rev: v3.3.1
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.4'
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.31.0'
4141
hooks:
4242
- id: eslint
4343
files: \.ts$ # *.ts

0 commit comments

Comments
 (0)