File tree 2 files changed +8
-7
lines changed 2 files changed +8
-7
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.3 .0
3
+ rev : v4.4 .0
4
4
hooks :
5
5
- id : check-case-conflict
6
6
- id : check-merge-conflict
@@ -12,30 +12,31 @@ repos:
12
12
- id : trailing-whitespace
13
13
14
14
- repo : https://github.com/asottile/pyupgrade
15
- rev : v3.1.0
15
+ rev : v3.3.1
16
16
hooks :
17
17
- id : pyupgrade
18
18
name : PyUpgrade 3.6+
19
19
args : ["--py36-plus"]
20
20
exclude : ^bin/
21
21
22
22
- repo : https://github.com/pycqa/flake8
23
- rev : 5 .0.4
23
+ rev : 6 .0.0
24
24
hooks :
25
25
- id : flake8
26
26
27
27
- repo : https://github.com/PyCQA/isort
28
- rev : 5.10.1
28
+ rev : 5.12.0
29
29
hooks :
30
30
- id : isort
31
31
args : [--profile, black]
32
32
33
33
- repo : https://github.com/psf/black
34
- rev : 22.10 .0
34
+ rev : 22.12 .0
35
35
hooks :
36
36
- id : black
37
37
38
38
- repo : https://github.com/asottile/setup-cfg-fmt
39
- rev : v2.0 .0
39
+ rev : v2.2 .0
40
40
hooks :
41
41
- id : setup-cfg-fmt
42
+ args : ["--min-py3-version", "3.6"]
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ classifiers =
21
21
22
22
[options]
23
23
install_requires =
24
- msgpack>=1.*
24
+ msgpack>=1.0
25
25
numpy
26
26
sortedcontainers
27
27
importlib-metadata; python_version<"3.8"
You can’t perform that action at this time.
0 commit comments