File tree 3 files changed +20
-7
lines changed 3 files changed +20
-7
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,10 @@ jobs:
62
62
strategy :
63
63
matrix :
64
64
python-version :
65
- - 3.7
66
65
- 3.8
67
66
- 3.9
68
67
- ' 3.10'
69
- - pypy3
68
+ - ' 3.11 '
70
69
steps :
71
70
- uses : actions/checkout@v2
72
71
- uses : actions/setup-python@v2
Original file line number Diff line number Diff line change @@ -6,16 +6,30 @@ exclude: |
6
6
bin/.*
7
7
)$
8
8
repos :
9
+ - repo : https://github.com/pre-commit/pre-commit-hooks
10
+ rev : v4.4.0
11
+ hooks :
12
+ - id : debug-statements
13
+ - id : check-merge-conflict
9
14
- repo : https://github.com/psf/black
10
- rev : 22 .3.0
15
+ rev : 23 .3.0
11
16
hooks :
12
17
- id : black
13
18
language_version : python3
14
- - repo : https://gitlab .com/pycqa/flake8
15
- rev : 3.8.4
19
+ - repo : https://github .com/pycqa/flake8
20
+ rev : 6.0.0
16
21
hooks :
17
22
- id : flake8
18
23
- repo : https://github.com/pycqa/isort
19
- rev : 5.7 .0
24
+ rev : 5.12 .0
20
25
hooks :
21
26
- id : isort
27
+ - repo : https://github.com/humitos/mirrors-autoflake.git
28
+ rev : v1.1
29
+ hooks :
30
+ - id : autoflake
31
+ exclude : |
32
+ (?x)^(
33
+ .*/?__init__\.py|
34
+ )$
35
+ args : ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
Original file line number Diff line number Diff line change 30
30
"Operating System :: OS Independent" ,
31
31
"Programming Language :: Python" ,
32
32
"Programming Language :: Python :: 3" ,
33
- "Programming Language :: Python :: 3.7" ,
34
33
"Programming Language :: Python :: 3.8" ,
35
34
"Programming Language :: Python :: 3.9" ,
36
35
"Programming Language :: Python :: 3.10" ,
36
+ "Programming Language :: Python :: 3.11" ,
37
37
"Programming Language :: Python :: Implementation :: CPython" ,
38
38
"Programming Language :: Python :: Implementation :: PyPy" ,
39
39
"Topic :: Software Development :: Libraries" ,
You can’t perform that action at this time.
0 commit comments