Skip to content

Commit

Permalink
chore(deps): pre-commit autoupdate (#378)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.7 →
v0.6.1](astral-sh/ruff-pre-commit@v0.5.7...v0.6.1)
<!--pre-commit.ci end-->

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Edgar Ramírez-Mondragón <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and edgarrmondragon authored Aug 19, 2024
1 parent bb87123 commit 130b0d5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repos:
- id: check-github-workflows

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.7
rev: v0.6.1
hooks:
- id: ruff
- id: ruff-format
Expand Down
16 changes: 8 additions & 8 deletions tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def fake_date(faker: Faker):
return faker.date_time().strftime("%Y-%m-%d %H:%M:%S")


@pytest.fixture()
@pytest.fixture
def accounts_response(faker: Faker):
"""Return a sample response for the accounts stream."""
return {
Expand Down Expand Up @@ -54,7 +54,7 @@ def accounts_response(faker: Faker):
}


@pytest.fixture()
@pytest.fixture
def connections_response(faker: Faker):
"""Return a sample response for the connections stream."""
return {
Expand Down Expand Up @@ -94,7 +94,7 @@ def connections_response(faker: Faker):
}


@pytest.fixture()
@pytest.fixture
def environments_response(faker: Faker):
"""Return a sample response for the environments stream."""
return {
Expand Down Expand Up @@ -135,7 +135,7 @@ def environments_response(faker: Faker):
}


@pytest.fixture()
@pytest.fixture
def jobs_response(faker: Faker):
"""Return a sample response for the jobs stream."""
return {
Expand Down Expand Up @@ -202,7 +202,7 @@ def jobs_response(faker: Faker):
}


@pytest.fixture()
@pytest.fixture
def projects_response():
"""Return a sample response for the projects stream."""
return {
Expand Down Expand Up @@ -232,7 +232,7 @@ def projects_response():
}


@pytest.fixture()
@pytest.fixture
def repositories_response(faker: Faker):
"""Return a sample response for the repositories stream."""
return {
Expand Down Expand Up @@ -270,7 +270,7 @@ def repositories_response(faker: Faker):
}


@pytest.fixture()
@pytest.fixture
def runs_response(faker: Faker):
"""Return a sample response for the runs stream."""
return {
Expand Down Expand Up @@ -303,7 +303,7 @@ def runs_response(faker: Faker):
}


@pytest.fixture()
@pytest.fixture
def users_response(faker: Faker):
"""Return a sample response for the users stream."""
return {
Expand Down

0 comments on commit 130b0d5

Please sign in to comment.