Skip to content

Commit

Permalink
Merge pull request Ponte-Energy-Partners#402 from jakob-keller/depend…
Browse files Browse the repository at this point in the history
…encies

Bump dev dependencies
  • Loading branch information
jakob-keller committed Aug 16, 2024
2 parents 7235fc9 + 3b9cd79 commit 9e3477f
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.5.7
rev: v0.6.1
hooks:
- id: ruff-format
- id: ruff
Expand Down
46 changes: 23 additions & 23 deletions poetry.lock

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

7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ pre-commit = "^3.1.1"
pdoc3 = "^0.11.1"
pytest = "^8.0.0"
pytest-cov = "^5.0.0"
ruff = "^0.5.0"
ruff = "^0.6.0"

[tool.poetry.urls]
"Ponte Energy Partners" = "https://ponte.energy"
Expand All @@ -88,7 +88,7 @@ xfail_strict = true


[tool.ruff]
required-version = ">=0.5.0"
required-version = ">=0.6.0"
target-version = "py310"

[tool.ruff.lint]
Expand Down Expand Up @@ -116,6 +116,3 @@ allow-star-arg-any = true
[tool.ruff.lint.isort]
combine-as-imports = true
force-wrap-aliases = true
known-first-party = [
"peprock",
]
4 changes: 2 additions & 2 deletions tests/patterns/test_observer.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def subject_type(subject_and_observer_type):
return subject_and_observer_type[0]


@pytest.fixture()
@pytest.fixture
def subject(subject_type):
return subject_type()

Expand All @@ -65,7 +65,7 @@ def observer_type(subject_and_observer_type):
return subject_and_observer_type[1]


@pytest.fixture()
@pytest.fixture
def observer(observer_type):
return observer_type()

Expand Down

0 comments on commit 9e3477f

Please sign in to comment.