Skip to content

Commit 46155e7

Browse files
committed
Update pre-commit veresions
1 parent 308134b commit 46155e7

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
@@ -1,43 +1,43 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.2.0
3+
rev: v4.4.0
44
hooks:
55
- id: check-docstring-first
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- repo: https://github.com/asottile/setup-cfg-fmt
9-
rev: v1.20.1
9+
rev: v2.2.0
1010
hooks:
1111
- id: setup-cfg-fmt
1212
- repo: https://github.com/PyCQA/flake8
13-
rev: 4.0.1
13+
rev: 6.0.0
1414
hooks:
1515
- id: flake8
1616
additional_dependencies: [flake8-typing-imports>=1.9.0]
1717
- repo: https://github.com/myint/autoflake
18-
rev: v1.4
18+
rev: v2.1.1
1919
hooks:
2020
- id: autoflake
2121
args: ["--in-place", "--remove-all-unused-imports"]
2222
- repo: https://github.com/PyCQA/isort
23-
rev: 5.10.1
23+
rev: 5.12.0
2424
hooks:
2525
- id: isort
2626
- repo: https://github.com/psf/black
27-
rev: 22.3.0
27+
rev: 23.3.0
2828
hooks:
2929
- id: black
3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: v2.32.0
31+
rev: v3.3.1
3232
hooks:
3333
- id: pyupgrade
3434
args: [--py38-plus, --keep-runtime-typing]
3535
- repo: https://github.com/tlambert03/napari-plugin-checks
36-
rev: v0.2.0
36+
rev: v0.3.0
3737
hooks:
3838
- id: napari-plugin-checks
3939
- repo: https://github.com/pre-commit/mirrors-mypy
40-
rev: v0.910-1
40+
rev: v1.2.0
4141
hooks:
4242
- id: mypy
4343
args: ["--disallow-incomplete-defs", "--ignore-missing-imports"]

0 commit comments

Comments
 (0)