File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ repos:
16
16
additional_dependencies : [ "tomli>=2.0.1" ]
17
17
args : [ "--in-place", "--config", "./pyproject.toml" ]
18
18
- repo : https://github.com/astral-sh/ruff-pre-commit
19
- rev : " v0.5.0 "
19
+ rev : " v0.5.4 "
20
20
hooks :
21
21
- id : ruff-format
22
22
- id : ruff
23
23
args : [ "--fix", "--unsafe-fixes", "--exit-non-zero-on-fix" ]
24
24
- repo : https://github.com/tox-dev/pyproject-fmt
25
- rev : " 2.1.3 "
25
+ rev : " 2.1.4 "
26
26
hooks :
27
27
- id : pyproject-fmt
28
28
additional_dependencies : ["tox>=4.14.2"]
Original file line number Diff line number Diff line change @@ -37,6 +37,6 @@ def func_path(request: SubRequest) -> str:
37
37
return prop .replace ("_dir" , "_path" )
38
38
39
39
40
- @pytest .fixture ()
40
+ @pytest .fixture
41
41
def props () -> tuple [str , ...]:
42
42
return PROPS
Original file line number Diff line number Diff line change @@ -103,12 +103,12 @@ def _func_to_path(func: str) -> XDGVariable | None:
103
103
return mapping .get (func )
104
104
105
105
106
- @pytest .fixture ()
106
+ @pytest .fixture
107
107
def dirs_instance () -> Unix :
108
108
return Unix (multipath = True , opinion = False )
109
109
110
110
111
- @pytest .fixture ()
111
+ @pytest .fixture
112
112
def _getuid (mocker : MockerFixture ) -> None :
113
113
mocker .patch ("platformdirs.unix.getuid" , return_value = 1234 )
114
114
You can’t perform that action at this time.
0 commit comments