Skip to content

Commit

Permalink
chore(deps-dev): bump ruff from 0.5.5 to 0.6.4 (#271)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump ruff from 0.5.5 to 0.6.4

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.5 to 0.6.4.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.5.5...0.6.4)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: linting

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthew Anderson <matt@manderscience.com>
  • Loading branch information
dependabot[bot] and maxb2 authored Sep 11, 2024
1 parent 5ac7c83 commit 4ba7071
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
40 changes: 20 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ yaml = ["pyyaml"]
all = ["toml", "pyyaml", "python-dotenv"]

[tool.poetry.group.dev.dependencies]
ruff = ">=0.0.263,<0.5.6"
ruff = ">=0.0.263,<0.6.5"
pylint = ">=2.17.3,<4.0.0"
black = ">=23.3,<25.0"
isort = "^5.12.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_dump_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Things(Enum):
c = "c"


@pytest.fixture()
@pytest.fixture
def dumper_app():
"""Dumper Typer App Fixture."""

Expand Down
4 changes: 2 additions & 2 deletions tests/test_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
HERE = Path(__file__).parent.absolute()


@pytest.fixture()
@pytest.fixture
def simple_app():
"""Simple YAML app fixture (explicit config)."""

Expand All @@ -39,7 +39,7 @@ def main(
return _app


@pytest.fixture()
@pytest.fixture
def simple_app_decorated():
"""Simple YAML app fixture (decorator)."""

Expand Down

0 comments on commit 4ba7071

Please sign in to comment.