Skip to content

Commit e67e1c5

Browse files
authoredApr 3, 2023
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.12.0 → 23.3.0](psf/black@22.12.0...23.3.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v3.0.0-alpha.6](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v3.0.0-alpha.6) - https://github.com/myint/autoflakehttps://github.com/PyCQA/autoflake - [github.com/PyCQA/autoflake: v2.0.0 → v2.0.2](PyCQA/autoflake@v2.0.0...v2.0.2)
1 parent 0b5a9a6 commit e67e1c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ default_stages:
77
minimum_pre_commit_version: 2.16.0
88
repos:
99
- repo: https://github.com/psf/black
10-
rev: 22.12.0
10+
rev: 23.3.0
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/pre-commit/mirrors-prettier
14-
rev: v3.0.0-alpha.4
14+
rev: v3.0.0-alpha.6
1515
hooks:
1616
- id: prettier
1717
- repo: https://github.com/asottile/blacken-docs
@@ -43,8 +43,8 @@ repos:
4343
args: [--fix=lf]
4444
- id: trailing-whitespace
4545
- id: check-case-conflict
46-
- repo: https://github.com/myint/autoflake
47-
rev: v2.0.0
46+
- repo: https://github.com/PyCQA/autoflake
47+
rev: v2.0.2
4848
hooks:
4949
- id: autoflake
5050
args:

0 commit comments

Comments
 (0)
Please sign in to comment.