Commit 8bcefae 1 parent 1d403f0 commit 8bcefae Copy full SHA for 8bcefae
File tree 6 files changed +860
-756
lines changed
6 files changed +860
-756
lines changed Original file line number Diff line number Diff line change 36
36
fail-fast : false
37
37
matrix :
38
38
python-version :
39
- - " 3.9"
40
39
- " 3.10"
41
40
- " 3.11"
41
+ - " 3.12"
42
42
os :
43
43
- ubuntu-latest
44
44
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
11
11
labels :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- name : Set up Python
16
- uses : actions/setup-python@v3
16
+ uses : actions/setup-python@v5
17
17
with :
18
- python-version : 3.8
18
+ python-version : 3.12
19
19
- name : Install labels
20
20
run : pip install labels
21
21
- name : Sync config with Github
Original file line number Diff line number Diff line change 14
14
- id : commitizen
15
15
stages : [commit-msg]
16
16
- repo : https://github.com/pre-commit/pre-commit-hooks
17
- rev : v4.4 .0
17
+ rev : v4.5 .0
18
18
hooks :
19
19
- id : debug-statements
20
20
- id : check-builtin-literals
@@ -28,39 +28,37 @@ repos:
28
28
- id : end-of-file-fixer
29
29
- id : trailing-whitespace
30
30
- id : debug-statements
31
- - repo : https://github.com/pre-commit/mirrors-prettier
32
- rev : v2.7.1
33
- hooks :
34
- - id : prettier
35
- args : ["--tab-width", "2"]
31
+ # - repo: https://github.com/pre-commit/mirrors-prettier
32
+ # rev: v3.1.0
33
+ # hooks:
34
+ # - id: prettier
36
35
- repo : https://github.com/asottile/pyupgrade
37
- rev : v3.4 .0
36
+ rev : v3.15 .0
38
37
hooks :
39
38
- id : pyupgrade
40
- args : [--py37-plus]
41
39
- repo : https://github.com/PyCQA/isort
42
- rev : 5.12.0
40
+ rev : 5.13.2
43
41
hooks :
44
42
- id : isort
45
- - repo : https://github.com/psf/black
46
- rev : 23.3.0
43
+ - repo : https://github.com/psf/black-pre-commit-mirror
44
+ rev : 23.12.1
47
45
hooks :
48
46
- id : black
49
47
- repo : https://github.com/codespell-project/codespell
50
- rev : v2.2.4
48
+ rev : v2.2.6
51
49
hooks :
52
50
- id : codespell
53
51
- repo : https://github.com/PyCQA/flake8
54
- rev : 6 .0.0
52
+ rev : 7 .0.0
55
53
hooks :
56
54
- id : flake8
57
55
- repo : https://github.com/pre-commit/mirrors-mypy
58
- rev : v1.3 .0
56
+ rev : v1.8 .0
59
57
hooks :
60
58
- id : mypy
61
59
additional_dependencies : []
62
60
- repo : https://github.com/PyCQA/bandit
63
- rev : 1.7.4
61
+ rev : 1.7.6
64
62
hooks :
65
63
- id : bandit
66
64
args : [-x, tests]
You can’t perform that action at this time.
0 commit comments