File tree 4 files changed +12
-12
lines changed
4 files changed +12
-12
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 ]
@@ -40,9 +40,9 @@ optional-dependencies.docs = [
40
40
" sphinx-autodoc-typehints!=1.23.4,>=1.22" ,
41
41
]
42
42
optional-dependencies.testing = [
43
- " covdefaults>=2.2.2 " ,
44
- " coverage>=7.1" ,
45
- " pytest>=7.2.1 " ,
43
+ " covdefaults>=2.3 " ,
44
+ " coverage>=7.2. 1" ,
45
+ " pytest>=7.2.2 " ,
46
46
" pytest-cov>=4" ,
47
47
" pytest-timeout>=2.1" ,
48
48
]
Original file line number Diff line number Diff line change 30
30
else :
31
31
_FileLock = SoftFileLock
32
32
if warnings is not None :
33
- warnings .warn ("only soft file lock is available" )
33
+ warnings .warn ("only soft file lock is available" , stacklevel = 2 )
34
34
35
35
#: Alias for the lock, which should be used for the current platform. On Windows, this is an alias for
36
36
# :class:`WindowsFileLock`, on Unix for :class:`UnixFileLock` and otherwise for :class:`SoftFileLock`.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ passenv =
39
39
basepython = python3.10
40
40
skip_install = true
41
41
deps =
42
- pre-commit>=3.0.4
42
+ pre-commit>=3.1.1
43
43
commands =
44
44
pre-commit run --all-files --show-diff-on-failure
45
45
python -c ' import pathlib; print("hint: run \{\} install to add checks as pre-commit hook".format(pathlib.Path(r"{envdir}") / "bin" / "pre-commit"))'
@@ -49,7 +49,7 @@ description = run type check on code base
49
49
setenv =
50
50
{tty:MYPY_FORCE_COLOR = 1}
51
51
deps =
52
- mypy ==0.991
52
+ mypy ==1.1.1
53
53
commands =
54
54
mypy --strict src/filelock
55
55
mypy --strict tests
@@ -62,9 +62,9 @@ setenv =
62
62
COVERAGE_FILE = {toxworkdir}/.coverage
63
63
skip_install = true
64
64
deps =
65
- covdefaults>=2.2.2
66
- coverage[toml]>=7.1
67
- diff-cover>=7.4
65
+ covdefaults>=2.3
66
+ coverage[toml]>=7.2. 1
67
+ diff-cover>=7.5
68
68
extras =
69
69
parallel_show_output = true
70
70
commands =
You can’t perform that action at this time.
0 commit comments