File tree 2 files changed +9
-12
lines changed
2 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.2 .0
3
+ rev : v4.4 .0
4
4
hooks :
5
5
- id : check-docstring-first
6
6
- id : end-of-file-fixer
7
7
- id : trailing-whitespace
8
8
- repo : https://github.com/asottile/setup-cfg-fmt
9
- rev : v1.20.1
9
+ rev : v2.2.0
10
10
hooks :
11
11
- id : setup-cfg-fmt
12
12
- repo : https://github.com/PyCQA/flake8
13
- rev : 4 .0.1
13
+ rev : 6 .0.0
14
14
hooks :
15
15
- id : flake8
16
16
additional_dependencies : [flake8-typing-imports>=1.9.0]
17
17
- repo : https://github.com/myint/autoflake
18
- rev : v1.4
18
+ rev : v2.1.1
19
19
hooks :
20
20
- id : autoflake
21
21
args : ["--in-place", "--remove-all-unused-imports"]
22
22
- repo : https://github.com/PyCQA/isort
23
- rev : 5.10.1
23
+ rev : 5.12.0
24
24
hooks :
25
25
- id : isort
26
26
- repo : https://github.com/psf/black
27
- rev : 22 .3.0
27
+ rev : 23 .3.0
28
28
hooks :
29
29
- id : black
30
30
- repo : https://github.com/asottile/pyupgrade
31
- rev : v2.32.0
31
+ rev : v3.3.1
32
32
hooks :
33
33
- id : pyupgrade
34
34
args : [--py38-plus, --keep-runtime-typing]
35
35
- repo : https://github.com/tlambert03/napari-plugin-checks
36
- rev : v0.2 .0
36
+ rev : v0.3 .0
37
37
hooks :
38
38
- id : napari-plugin-checks
39
39
- repo : https://github.com/pre-commit/mirrors-mypy
40
- rev : v0.910-1
40
+ rev : v1.2.0
41
41
hooks :
42
42
- id : mypy
43
43
args : ["--disallow-incomplete-defs", "--ignore-missing-imports"]
Original file line number Diff line number Diff line change @@ -17,9 +17,6 @@ classifiers =
17
17
Programming Language :: Python
18
18
Programming Language :: Python :: 3
19
19
Programming Language :: Python :: 3 :: Only
20
- Programming Language :: Python :: 3.8
21
- Programming Language :: Python :: 3.9
22
- Programming Language :: Python :: 3.10
23
20
Topic :: Software Development :: Testing
24
21
project_urls =
25
22
Bug Tracker = https://github.com/matplotlib/napari-matplotlib/issues
You can’t perform that action at this time.
0 commit comments