Skip to content

Commit

Permalink
Merge pull request #405 from languitar/renovate/ruff-0.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency ruff to v0.6.3
  • Loading branch information
languitar authored Sep 2, 2024
2 parents 2d455f2 + 6c2d15b commit d6e9bc2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ ignore = [
# Will be fixed lated.
"TRY003",
"TRY301",
# Already handled by B904
"TRY200",
]

[tool.ruff.lint.per-file-ignores]
Expand Down
2 changes: 1 addition & 1 deletion requirements-check.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ruff==0.5.7
ruff==0.6.3
black==24.8.0
isort==5.13.2
mypy==1.11.2
2 changes: 1 addition & 1 deletion test_passgithelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class HelperConfig:
entry_name: Optional[str] = None


@pytest.fixture()
@pytest.fixture
def helper_config(mocker: MockerFixture, request: Any) -> Iterable[Any]:
xdg_mock = mocker.patch("xdg.BaseDirectory.load_first_config")
xdg_mock.return_value = request.param.xdg_dir
Expand Down

0 comments on commit d6e9bc2

Please sign in to comment.