File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 61
61
run : python -m pytest
62
62
63
63
- name : Upload coverage to Codecov
64
- uses : codecov/codecov-action@v4.4.1
64
+ uses : codecov/codecov-action@v4.5.0
65
65
with :
66
66
env_vars : PYTHON
67
67
flags : unittests
Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ repos:
31
31
- id : python-use-type-annotations
32
32
33
33
- repo : https://github.com/asottile/pyupgrade
34
- rev : v3.15.2
34
+ rev : v3.16.0
35
35
hooks :
36
36
- id : pyupgrade
37
37
args :
38
38
- " --py38-plus"
39
39
40
40
- repo : https://github.com/astral-sh/ruff-pre-commit
41
- rev : " v0.4.7 "
41
+ rev : " v0.5.0 "
42
42
hooks :
43
43
- id : ruff
44
44
args :
62
62
- --target-version=py38
63
63
64
64
- repo : https://github.com/pycqa/flake8
65
- rev : 7.0 .0
65
+ rev : 7.1 .0
66
66
hooks :
67
67
- id : flake8
68
68
additional_dependencies :
You can’t perform that action at this time.
0 commit comments