Skip to content

Commit 5e1394f

Browse files
authored
Merge pull request #94 from scverse/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 1e1334a + 6263d2e commit 5e1394f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default_stages:
77
minimum_pre_commit_version: 2.16.0
88
repos:
99
- repo: https://github.com/psf/black
10-
rev: 22.10.0
10+
rev: 22.12.0
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/nbQA-dev/nbQA
@@ -39,15 +39,15 @@ repos:
3939
]
4040
args: [--nbqa-md]
4141
- repo: https://github.com/pre-commit/mirrors-prettier
42-
rev: v3.0.0-alpha.2
42+
rev: v3.0.0-alpha.4
4343
hooks:
4444
- id: prettier
4545
- repo: https://github.com/asottile/blacken-docs
46-
rev: v1.12.1
46+
rev: 1.13.0
4747
hooks:
4848
- id: blacken-docs
4949
- repo: https://github.com/PyCQA/isort
50-
rev: 5.10.1
50+
rev: 5.11.4
5151
hooks:
5252
- id: isort
5353
- repo: https://github.com/asottile/yesqa
@@ -62,16 +62,16 @@ repos:
6262
- flake8-bugbear
6363
- flake8-blind-except
6464
- repo: https://github.com/pre-commit/pre-commit-hooks
65-
rev: v4.3.0
65+
rev: v4.4.0
6666
hooks:
6767
- id: detect-private-key
6868
- id: check-ast
6969
- id: mixed-line-ending
7070
args: [--fix=lf]
7171
- id: trailing-whitespace
7272
- id: check-case-conflict
73-
- repo: https://github.com/myint/autoflake
74-
rev: v1.7.6
73+
- repo: https://github.com/PyCQA/autoflake
74+
rev: v2.0.0
7575
hooks:
7676
- id: autoflake
7777
args:
@@ -80,7 +80,7 @@ repos:
8080
- --remove-unused-variable
8181
- --ignore-init-module-imports
8282
- repo: https://github.com/asottile/pyupgrade
83-
rev: v3.1.0
83+
rev: v3.3.1
8484
hooks:
8585
- id: pyupgrade
8686
args: [--py3-plus, --py38-plus, --keep-runtime-typing]

0 commit comments

Comments
 (0)