We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b5a9a6 commit e67e1c5Copy full SHA for e67e1c5
.pre-commit-config.yaml
@@ -7,11 +7,11 @@ default_stages:
7
minimum_pre_commit_version: 2.16.0
8
repos:
9
- repo: https://github.com/psf/black
10
- rev: 22.12.0
+ rev: 23.3.0
11
hooks:
12
- id: black
13
- repo: https://github.com/pre-commit/mirrors-prettier
14
- rev: v3.0.0-alpha.4
+ rev: v3.0.0-alpha.6
15
16
- id: prettier
17
- repo: https://github.com/asottile/blacken-docs
@@ -43,8 +43,8 @@ repos:
43
args: [--fix=lf]
44
- id: trailing-whitespace
45
- id: check-case-conflict
46
- - repo: https://github.com/myint/autoflake
47
- rev: v2.0.0
+ - repo: https://github.com/PyCQA/autoflake
+ rev: v2.0.2
48
49
- id: autoflake
50
args:
0 commit comments