Skip to content

Commit

Permalink
pre-commit autoupdate (#15)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.1](astral-sh/ruff-pre-commit@v0.5.0...v0.5.1)

* ruff

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Hinrich Mahler <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and Bibo-Joshi authored Jul 9, 2024
1 parent a2db584 commit 7cfe984
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.5.0'
rev: 'v0.5.1'
hooks:
- id: ruff
name: ruff
Expand Down
6 changes: 3 additions & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ def _resource_managers(self):
return self.resources


@pytest.fixture()
@pytest.fixture
def resource_manager():
return SimpleResourceManager()


@pytest.fixture()
@pytest.fixture
def resource_manager_with_on_error():
return SimpleResourceManagerWithOnError()


@pytest.fixture()
@pytest.fixture
def resource_manager_collection():
return SimpleResourceManagerCollection([SimpleResourceManagerWithOnError() for _ in range(3)])

0 comments on commit 7cfe984

Please sign in to comment.