Skip to content

Commit

Permalink
Update Deps with minor upgrades to v0.3.0 (#374)
Browse files Browse the repository at this point in the history
* Update Deps with minor upgrades to v0.3.0

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and pre-commit-ci[bot] authored Feb 29, 2024
1 parent 21522e9 commit 264149e
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
- id: check-added-large-files

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.2
rev: v0.3.0
hooks:
- id: ruff
args: [ --fix ]
Expand Down
1 change: 1 addition & 0 deletions coverage_comment/activity.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
The code in main should be as straightforward as possible, we're offloading
the branching logic to this module.
"""

from __future__ import annotations


Expand Down
1 change: 1 addition & 0 deletions coverage_comment/badge.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
This module should contain only the things relevant to the badge being computed
by shields.io
"""

from __future__ import annotations

import decimal
Expand Down
4 changes: 2 additions & 2 deletions coverage_comment/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
This module contains info pertaining to the files we intend to save,
independently from storage specifics (storage.py)
"""

from __future__ import annotations

import dataclasses
Expand All @@ -25,8 +26,7 @@
class Operation(Protocol):
path: pathlib.Path

def apply(self):
...
def apply(self): ...


@dataclasses.dataclass
Expand Down
1 change: 1 addition & 0 deletions coverage_comment/github_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
Michael Liao (askxuefeng@gmail.com)
License: https://github.com/michaelliao/githubpy/blob/96d0c3e729c0b3e3c043a604547ccff17782ac2b/LICENSE.txt
"""

from __future__ import annotations

__version__ = "1.1.1"
Expand Down
36 changes: 18 additions & 18 deletions poetry.lock

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

0 comments on commit 264149e

Please sign in to comment.