File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 36
36
sudo apt-get -y update
37
37
sudo apt-get install libcups2-dev wamerican
38
38
39
- - uses : actions/checkout@v3
39
+ - uses : actions/checkout@v4
40
40
- name : Set up Python ${{ matrix.python-version }}
41
- uses : actions/setup-python@v4
41
+ uses : actions/setup-python@v5
42
42
with :
43
43
python-version : ${{ matrix.python-version }}
44
44
48
48
echo "dir=$(pip cache dir)" >>$GITHUB_OUTPUT
49
49
50
50
- name : Cache
51
- uses : actions/cache@v3
51
+ uses : actions/cache@v4
52
52
with :
53
53
path : ${{ steps.pip-cache.outputs.dir }}
54
54
key :
Original file line number Diff line number Diff line change @@ -3,32 +3,32 @@ exclude: tests/etc/user-*
3
3
4
4
repos :
5
5
- repo : https://github.com/PyCQA/bandit
6
- rev : 1.7.5
6
+ rev : 1.7.7
7
7
hooks :
8
8
- id : bandit
9
9
args :
10
10
- " -x *test*.py"
11
11
12
12
- repo : https://github.com/psf/black
13
- rev : 23.3 .0
13
+ rev : 24.2 .0
14
14
hooks :
15
15
- id : black
16
- language_version : python3.10
16
+ language_version : python3.11
17
17
18
18
- repo : https://github.com/pycqa/flake8
19
- rev : 6 .0.0
19
+ rev : 7 .0.0
20
20
hooks :
21
21
- id : flake8
22
22
args :
23
23
- " --config=setup.cfg"
24
24
25
25
- repo : https://github.com/PyCQA/isort
26
- rev : 5.12.0
26
+ rev : 5.13.2
27
27
hooks :
28
28
- id : isort
29
29
30
30
- repo : https://github.com/pre-commit/pre-commit-hooks
31
- rev : v4.4 .0
31
+ rev : v4.5 .0
32
32
hooks :
33
33
- id : requirements-txt-fixer
34
34
files : requirements/.*\.txt$
42
42
- id : detect-private-key
43
43
44
44
- repo : https://github.com/adrienverge/yamllint
45
- rev : v1.31 .0
45
+ rev : v1.34 .0
46
46
hooks :
47
47
- id : yamllint
48
48
args :
You can’t perform that action at this time.
0 commit comments