Skip to content

Commit 8768e8d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.3.0...v4.5.0) - https://github.com/myint/autoflakehttps://github.com/PyCQA/autoflake - [github.com/PyCQA/autoflake: v2.3.0 → v2.3.1](PyCQA/autoflake@v2.3.0...v2.3.1) - [github.com/psf/black: 22.6.0 → 24.3.0](psf/black@22.6.0...24.3.0) - [github.com/asottile/pyupgrade: v2.34.0 → v3.15.2](asottile/pyupgrade@v2.34.0...v3.15.2) - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.7.1...v4.0.0-alpha.8)
1 parent 172118b commit 8768e8d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ 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.5.0
66
hooks:
77
- id: check-docstring-first
88
- id: end-of-file-fixer
@@ -12,8 +12,8 @@ repos:
1212
hooks:
1313
- id: flake8
1414
additional_dependencies: [flake8-typing-imports==1.15.0]
15-
- repo: https://github.com/myint/autoflake
16-
rev: v2.3.0
15+
- repo: https://github.com/PyCQA/autoflake
16+
rev: v2.3.1
1717
hooks:
1818
- id: autoflake
1919
args: ["--in-place", "--remove-all-unused-imports", "--ignore-init-module-imports", "--remove-unused-variables"]
@@ -22,16 +22,16 @@ repos:
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/psf/black
25-
rev: 22.6.0
25+
rev: 24.3.0
2626
hooks:
2727
- id: black
2828
- repo: https://github.com/asottile/pyupgrade
29-
rev: v2.34.0
29+
rev: v3.15.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: 'v4.0.0-alpha.8'
3535
hooks:
3636
- id: prettier
3737
types: [ts]

0 commit comments

Comments
 (0)