File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 49
49
hooks :
50
50
- id : flake8
51
51
additional_dependencies :
52
- - flake8-bugbear==23.1.20
52
+ - flake8-bugbear==23.2.13
53
53
- flake8-comprehensions==3.10.1
54
- - flake8-pytest-style==1.6
54
+ - flake8-pytest-style==1.7.2
55
55
- flake8-spellcheck==0.28
56
56
- flake8-unused-arguments==0.0.13
57
57
- flake8-noqa==1.3
Original file line number Diff line number Diff line change 2
2
build-backend = " hatchling.build"
3
3
requires = [
4
4
" hatch-vcs>=0.3" ,
5
- " hatchling>=1.12.2 " ,
5
+ " hatchling>=1.13 " ,
6
6
]
7
7
8
8
[project ]
@@ -37,8 +37,8 @@ dependencies = [
37
37
" sphinx!=6.1,>=5.3" ,
38
38
]
39
39
optional-dependencies.test = [
40
- " covdefaults>=2.2.2 " ,
41
- " pytest>=7.2.1 " ,
40
+ " covdefaults>=2.3 " ,
41
+ " pytest>=7.2.2 " ,
42
42
" pytest-cov>=4" ,
43
43
]
44
44
urls.Documentation = " https://github.com/tox-dev/sphinx-argparse-cli#sphinx-argparse-cli"
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ passenv =
37
37
basepython = python3.10
38
38
skip_install = true
39
39
deps =
40
- pre-commit>=3.0.4
40
+ pre-commit>=3.1.1
41
41
commands =
42
42
pre-commit run --all-files --show-diff-on-failure
43
43
python -c ' print("hint: run {envdir}/bin/pre-commit install to add checks as pre-commit hook")'
@@ -47,8 +47,8 @@ description = run type check on code base
47
47
setenv =
48
48
{tty:MYPY_FORCE_COLOR = 1}
49
49
deps =
50
- mypy ==0.991
51
- types-docutils>=0.19.1.2
50
+ mypy ==1.1.1
51
+ types-docutils>=0.19.1.6
52
52
commands =
53
53
mypy src
54
54
mypy tests
You can’t perform that action at this time.
0 commit comments