~gotmax23/fedrq

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH fedrq] lint: fix incorrect type annotation

Details
Message ID
<20240421064537.365475-2-maxwell@gtmx.me>
DKIM signature
pass
Download raw message
Patch: +1 -1
---
 src/fedrq/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/fedrq/__init__.py b/src/fedrq/__init__.py
index 654114a..c2cfee5 100644
--- a/src/fedrq/__init__.py
+++ b/src/fedrq/__init__.py
@@ -17,7 +17,7 @@ __version__ = "1.0.0.post0"


def _filter_pydantic_v2_warnings() -> None:
    typ: DeprecationWarning | None
    typ: type[DeprecationWarning] | None
    if typ := getattr(pydantic, "PydanticDeprecatedSince20", None):
        warnings.simplefilter(action="ignore", category=typ)

-- 
2.44.0

[fedrq/patches] build success

builds.sr.ht <builds@sr.ht>
Details
Message ID
<D0PLLFFL7J0R.2Z6IWI0O7KNF2@fra01>
In-Reply-To
<20240421064537.365475-2-maxwell@gtmx.me> (view parent)
DKIM signature
missing
Download raw message
fedrq/patches: SUCCESS in 2m4s

[lint: fix incorrect type annotation][0] from [Maxwell G][1]

[0]: https://lists.sr.ht/~gotmax23/fedrq/patches/51238
[1]: maxwell@gtmx.me

✓ #1200681 SUCCESS fedrq/patches/epel9.yml     https://builds.sr.ht/~gotmax23/job/1200681
✓ #1200682 SUCCESS fedrq/patches/main.yml      https://builds.sr.ht/~gotmax23/job/1200682
✓ #1200684 SUCCESS fedrq/patches/test.yml      https://builds.sr.ht/~gotmax23/job/1200684
✓ #1200683 SUCCESS fedrq/patches/mockbuild.yml https://builds.sr.ht/~gotmax23/job/1200683
Reply to thread Export thread (mbox)