File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : check
22on :
3+ workflow_dispatch :
34 push :
5+ branches : " main"
46 tags-ignore : ["**"]
57 pull_request :
68 schedule :
Original file line number Diff line number Diff line change 55 - id : end-of-file-fixer
66 - id : trailing-whitespace
77 - repo : https://github.com/astral-sh/ruff-pre-commit
8- rev : " v0.1.6 "
8+ rev : " v0.1.7 "
99 hooks :
1010 - id : ruff
1111 args : [--fix, --exit-non-zero-on-fix]
@@ -19,15 +19,10 @@ repos:
1919 - id : tox-ini-fmt
2020 args : ["-p", "fix"]
2121 - repo : https://github.com/tox-dev/pyproject-fmt
22- rev : " 1.5.1 "
22+ rev : " 1.5.3 "
2323 hooks :
2424 - id : pyproject-fmt
25- additional_dependencies : ["tox>=4.11.2"]
26- - repo : https://github.com/pre-commit/mirrors-prettier
27- rev : " v3.1.0"
28- hooks :
29- - id : prettier
30- args : ["--print-width=120", "--prose-wrap=always"]
25+ additional_dependencies : ["tox>=4.11.4"]
3126 - repo : meta
3227 hooks :
3328 - id : check-hooks-apply
Original file line number Diff line number Diff line change 11[build-system ]
22build-backend = " hatchling.build"
33requires = [
4- " hatch-vcs>=0.3 " ,
4+ " hatch-vcs>=0.4 " ,
55 " hatchling>=1.18" ,
66]
77
@@ -41,14 +41,14 @@ dynamic = [
4141 " version" ,
4242]
4343dependencies = [
44- " devpi-client>=6 .0.5 " ,
44+ " devpi-client>=7 .0.2 " ,
4545 " devpi-server>=6.9.2" ,
46- ' typing-extensions>=4.7.1 ; python_version < "3.11"' ,
46+ ' typing-extensions>=4.8 ; python_version < "3.11"' ,
4747]
4848optional-dependencies.test = [
4949 " covdefaults>=2.3" ,
50- " httpx>=0.24.1 " ,
51- " pytest>=7.4.2 " ,
50+ " httpx>=0.25.2 " ,
51+ " pytest>=7.4.3 " ,
5252 " pytest-cov>=4.1" ,
5353]
5454urls.Homepage = " https://github.com/tox-dev/devpi-process#readme"
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ env_list =
77 py310
88 py39
99 py38
10- py37
1110 type
1211 readme
1312skip_missing_interpreters = true
@@ -34,7 +33,7 @@ commands =
3433description = run static analysis and style check using flake8
3534skip_install = true
3635deps =
37- pre-commit>=3.4
36+ pre-commit>=3.5
3837pass_env =
3938 HOMEPATH
4039 PROGRAMDATA
@@ -44,7 +43,7 @@ commands =
4443[testenv:type]
4544description = run type check on code base
4645deps =
47- mypy ==1.5 .1
46+ mypy ==1.7 .1
4847set_env =
4948 {tty:MYPY_FORCE_COLOR = 1}
5049commands =
You can’t perform that action at this time.
0 commit comments