File tree 7 files changed +10
-9
lines changed
7 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 5
5
6
6
version : 2
7
7
updates :
8
- - package-ecosystem : " " # See documentation for possible values
9
- directory : " /" # Location of package manifests
8
+ - package-ecosystem : " github-actions "
9
+ directory : " /"
10
10
schedule :
11
11
interval : " weekly"
Original file line number Diff line number Diff line change 12
12
steps :
13
13
- uses : actions/checkout@v4
14
14
- uses : actions/setup-python@v5
15
- -
uses :
pre-commit/[email protected] .0
15
+ -
uses :
pre-commit/[email protected] .1
16
16
env :
17
17
RUFF_OUTPUT_FORMAT : github
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116
116
- name : Build sdist
117
117
run : pipx run build --sdist
118
118
119
- - uses : actions/upload-artifact@v3
119
+ - uses : actions/upload-artifact@v4
120
120
with :
121
121
path : dist/*.tar.gz
122
122
@@ -129,7 +129,7 @@ jobs:
129
129
permissions :
130
130
id-token : write
131
131
steps :
132
- - uses : actions/download-artifact@v3
132
+ - uses : actions/download-artifact@v4
133
133
with :
134
134
# unpacks default artifact into dist/
135
135
# if `name: artifact` is omitted, the action will create extra parent dir
Original file line number Diff line number Diff line change @@ -115,6 +115,6 @@ jobs:
115
115
- name : Build sdist
116
116
run : pipx run build --sdist
117
117
118
- - uses : actions/upload-artifact@v3
118
+ - uses : actions/upload-artifact@v4
119
119
with :
120
120
path : dist/*.tar.gz
Original file line number Diff line number Diff line change 41
41
run : pytest --cov=./ --cov-report=xml -n auto --durations=0 -v tests
42
42
43
43
- name : Codecov
44
- uses : codecov/codecov-action@v3.1 .0
44
+ uses : codecov/codecov-action@v4.5 .0
Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/astral-sh/ruff-pre-commit
3
- rev : v0.3.1
3
+ rev : v0.5.6
4
4
hooks :
5
5
- id : ruff
6
6
args :
7
7
- --fix
8
8
- id : ruff-format
9
9
- repo : https://github.com/pre-commit/pre-commit-hooks
10
- rev : v4.5 .0
10
+ rev : v4.6 .0
11
11
hooks :
12
12
- id : end-of-file-fixer
13
13
- id : trailing-whitespace
Original file line number Diff line number Diff line change 1
1
[ ![ Python 3.8] ( https://img.shields.io/badge/python-3.8+-blue.svg )] ( https://www.python.org/downloads/release/ )
2
2
[ ![ GitHub CI] ( https://github.com/Natooz/LCSvec/actions/workflows/tests.yml/badge.svg )] ( https://github.com/Natooz/LCSvec/actions/workflows/tests.yml )
3
3
[ ![ GitHub license] ( https://img.shields.io/github/license/Natooz/LCSvec.svg )] ( https://github.com/Natooz/LCSvec/blob/main/LICENSE )
4
+ [ ![ Downloads] ( https://static.pepy.tech/badge/lcsvec )] ( https://pepy.tech/project/lcsvec )
4
5
[ ![ Code style] ( https://img.shields.io/badge/code%20style-ruff-000000.svg )] ( https://github.com/astral-sh/ruff )
5
6
6
7
# LCSvec
You can’t perform that action at this time.
0 commit comments