René's URL Explorer Experiment


Title: Enable `reportUnknownParameterType` in basedpyright by Copilot · Pull Request #1403 · usethis-python/usethis-python · GitHub

Open Graph Title: Enable `reportUnknownParameterType` in basedpyright by Copilot · Pull Request #1403 · usethis-python/usethis-python

X Title: Enable `reportUnknownParameterType` in basedpyright by Copilot · Pull Request #1403 · usethis-python/usethis-python

Description: Fix Key: TypeAlias = str | re.Pattern → str | re.Pattern[str] in _io.py Add type annotations to Series.__getitem__ and Series.__setitem__ in containers.py Fix lcs_list_update signature: use TypeVar (list[_T]) so call sites with list[int] remain valid (list is invariant, list[object] caused type errors) Fix pre-existing type issue in func.py: use raise NotImplementedError instead of assert when _union() returns None unexpectedly Add [object] type arg to bare KeyValueFileManager and UsethisFileManager references Enable reportUnknownParameterType in pyproject.toml (remove from disabled list, add to tests environment) Run prek run -a and basedpyright — all clean Original prompt This section details on the original issue you should resolve enable reportUnknownParameterType in basedpyright Doesn't need to be enabled for the tests dir - can stay disabled. [[tool.basedpyright.executionEnvironments]] root = "tests" reportUnknownParameterType = false reportUnreachable = false reportUnusedFunction = false Many violation cases seem to be that KeyValueFileManager is a generic but we're not marking it with KeyValueFileManager[object] explicitly - doing so fixes the issue. There's also some cases in pipeweld where we're not using annotations when we should be. Some cases are due to Key: TypeAlias = str | re.Pattern in src\usethis\_io.py. The re.Pattern is generic in the string type - we should go with Key: TypeAlias = str | re.Pattern[AnyStr]. Comments on the Issue (you are @copilot in this section) Fixes #1333 🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Open Graph Description: Fix Key: TypeAlias = str | re.Pattern → str | re.Pattern[str] in _io.py Add type annotations to Series.__getitem__ and Series.__setitem__ in containers.py Fix lcs_list_update signature: use TypeV...

X Description: Fix Key: TypeAlias = str | re.Pattern → str | re.Pattern[str] in _io.py Add type annotations to Series.__getitem__ and Series.__setitem__ in containers.py Fix lcs_list_update signature: use TypeV...

Opengraph URL: https://github.com/usethis-python/usethis-python/pull/1403

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:877da7d2-188d-51b7-bcff-b1d7a18e47e4
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8CB4:AF0A5:14FA6FF:1C830CA:6A4D782B
html-safe-nonce185420b7108c2fba6ab69711773b17419bfc652a5b2d8b19084eb6ef6ab69da4
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4Q0I0OkFGMEE1OjE0RkE2RkY6MUM4MzBDQTo2QTRENzgyQiIsInZpc2l0b3JfaWQiOiIyMDE1MDgxMTA4MTA2NzM3NzA3IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac31b134779ea5f52d40dce02ff8eaa2243e93bdf2555a27e9212636152576e3f0
hovercard-subject-tagpull_request:3392924177
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/usethis-python/usethis-python/pull/1403/files
twitter:imagehttps://avatars.githubusercontent.com/in/1143301?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/1143301?s=400&v=4
og:image:altFix Key: TypeAlias = str | re.Pattern → str | re.Pattern[str] in _io.py Add type annotations to Series.__getitem__ and Series.__setitem__ in containers.py Fix lcs_list_update signature: use TypeV...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None7f8e15305e2ab58890ca84b830615e375f5df303cf471cafcba0c08272981be3
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/usethis-python/usethis-python git https://github.com/usethis-python/usethis-python.git
octolytics-dimension-user_id216362695
octolytics-dimension-user_loginusethis-python
octolytics-dimension-repository_id842189705
octolytics-dimension-repository_nwousethis-python/usethis-python
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id842189705
octolytics-dimension-repository_network_root_nwousethis-python/usethis-python
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release8608b0750fc35e283e5ec5b094bff942d7a0e197
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/usethis-python/usethis-python/pull/1403/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fusethis-python%2Fusethis-python%2Fpull%2F1403%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fusethis-python%2Fusethis-python%2Fpull%2F1403%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=usethis-python%2Fusethis-python
Reloadhttps://github.com/usethis-python/usethis-python/pull/1403/files
Reloadhttps://github.com/usethis-python/usethis-python/pull/1403/files
Reloadhttps://github.com/usethis-python/usethis-python/pull/1403/files
Please reload this pagehttps://github.com/usethis-python/usethis-python/pull/1403/files
usethis-python https://github.com/usethis-python
usethis-pythonhttps://github.com/usethis-python/usethis-python
Notifications https://github.com/login?return_to=%2Fusethis-python%2Fusethis-python
Fork 5 https://github.com/login?return_to=%2Fusethis-python%2Fusethis-python
Star 19 https://github.com/login?return_to=%2Fusethis-python%2Fusethis-python
Code https://github.com/usethis-python/usethis-python
Issues 163 https://github.com/usethis-python/usethis-python/issues
Pull requests 4 https://github.com/usethis-python/usethis-python/pulls
Actions https://github.com/usethis-python/usethis-python/actions
Security and quality 0 https://github.com/usethis-python/usethis-python/security
Insights https://github.com/usethis-python/usethis-python/pulse
Code https://github.com/usethis-python/usethis-python
Issues https://github.com/usethis-python/usethis-python/issues
Pull requests https://github.com/usethis-python/usethis-python/pulls
Actions https://github.com/usethis-python/usethis-python/actions
Security and quality https://github.com/usethis-python/usethis-python/security
Insights https://github.com/usethis-python/usethis-python/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fusethis-python%2Fusethis-python%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fusethis-python%2Fusethis-python%2Fissues%2Fnew%2Fchoose
nathanjmcdougallhttps://github.com/nathanjmcdougall
mainhttps://github.com/usethis-python/usethis-python/tree/main
copilot/enable-report-unknown-parameter-typehttps://github.com/usethis-python/usethis-python/tree/copilot/enable-report-unknown-parameter-type
Conversation 8 https://github.com/usethis-python/usethis-python/pull/1403
Commits 5 https://github.com/usethis-python/usethis-python/pull/1403/commits
Checks 20 https://github.com/usethis-python/usethis-python/pull/1403/checks
Files changed https://github.com/usethis-python/usethis-python/pull/1403/files
Please reload this pagehttps://github.com/usethis-python/usethis-python/pull/1403/files
Enable reportUnknownParameterType in basedpyright https://github.com/usethis-python/usethis-python/pull/1403/files#top
Show all changes 5 commits https://github.com/usethis-python/usethis-python/pull/1403/files
6df9ca9 Initial plan Copilot Mar 13, 2026 https://github.com/usethis-python/usethis-python/pull/1403/commits/6df9ca99a48cc17b446b799060e24aee9ad87483
299895a Enable reportUnknownParameterType in basedpyright Copilot Mar 13, 2026 https://github.com/usethis-python/usethis-python/pull/1403/commits/299895a0878b6cc6724fffbb2585a574023fd404
4c6efec Address review feedback: list[object] and NotImplementedError Copilot Mar 13, 2026 https://github.com/usethis-python/usethis-python/pull/1403/commits/4c6efec6c4786ff1e99e7c23ecf1cabf73acca2c
d873209 Merge branch 'main' into copilot/enable-report-unknown-parameter-type nathanjmcdougall Mar 13, 2026 https://github.com/usethis-python/usethis-python/pull/1403/commits/d87320954e1e78ac21168c1ded039d767be2243d
41e9b5a Fix lcs_list_update signature: use TypeVar instead of list[object] Copilot Mar 13, 2026 https://github.com/usethis-python/usethis-python/pull/1403/commits/41e9b5a58322029af3091f41d9d31462a176468c
Clear filters https://github.com/usethis-python/usethis-python/pull/1403/files
Please reload this pagehttps://github.com/usethis-python/usethis-python/pull/1403/files
Please reload this pagehttps://github.com/usethis-python/usethis-python/pull/1403/files
pyproject.toml https://github.com/usethis-python/usethis-python/pull/1403/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711
update.py https://github.com/usethis-python/usethis-python/pull/1403/files#diff-fb3d656af67c7f693d406ee2652c19050f5b2747f37bdd6a7bd435400ec68ebd
_io.py https://github.com/usethis-python/usethis-python/pull/1403/files#diff-6ba90cb000ed0af0fb0c362abd87bfe325e7d2e306dd4c4011347afea61c6de9
containers.py https://github.com/usethis-python/usethis-python/pull/1403/files#diff-0e032882ce65baa27fde2baa4479064aac168c2d21ef431993587e966470dd36
func.py https://github.com/usethis-python/usethis-python/pull/1403/files#diff-a9fec0a37f88a7dce6d62998d4adfa8161560ae5c83f8e95c15e15c4b3b5c2a3
base.py https://github.com/usethis-python/usethis-python/pull/1403/files#diff-5d6bc423e5b313d5aeba5e063fcde573c808a3df7738ed68bb94d82b92a005d7
config.py https://github.com/usethis-python/usethis-python/pull/1403/files#diff-b40114cadeaee54b1035131e1dd8c12e60d783f7e31c74e11afa4086fb033826
deptry.py https://github.com/usethis-python/usethis-python/pull/1403/files#diff-be005d8a688a12ad7d84e9d6feb7a4e401a76fad1c47b6cf9d80d537797bda65
pytest.py https://github.com/usethis-python/usethis-python/pull/1403/files#diff-09b48febb397590425581a9d904aaf9cac2fba2a1144b5038989209b47a4c45a
ruff.py https://github.com/usethis-python/usethis-python/pull/1403/files#diff-1207f8995d85f8d91f298b914c3395c8b8b8e35075e3937f007c3dda4c5180b5
codespell.py https://github.com/usethis-python/usethis-python/pull/1403/files#diff-ed73f0c95021a8313c3623115d8b8fa6bc8577c010ed2b6d9e87a2ed8cf2ac9e
coverage_py.py https://github.com/usethis-python/usethis-python/pull/1403/files#diff-7995205d5609b5236348f760417b536539fe8d849c13cf8e70f0c7dfbb954ef6
import_linter.py https://github.com/usethis-python/usethis-python/pull/1403/files#diff-6ae3109858d54e24b0823c4ea22e36b476a7c96fe808145d4b0e0c753c577032
mkdocs.py https://github.com/usethis-python/usethis-python/pull/1403/files#diff-b712ea311fa1e8c17ca0e553b9926e1365428ef95f57f61872fe844fb0c5e02f
pytest.py https://github.com/usethis-python/usethis-python/pull/1403/files#diff-3b22f93fd1fdd8d1d78ccf452544a92c25dacb8eda68f0e38b6b94e1d9e43eb6
ruff.py https://github.com/usethis-python/usethis-python/pull/1403/files#diff-43f848038b3175f428e92bde90aa7646d31c63c81a352d457278007ca2bca5ba
spec.py https://github.com/usethis-python/usethis-python/pull/1403/files#diff-d39cf090d170c648ace9507eac73013e9244ba0cd851a498109b5058c84e7616
pyproject.tomlhttps://github.com/usethis-python/usethis-python/pull/1403/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711
View file https://github.com/usethis-python/usethis-python/blob/41e9b5a58322029af3091f41d9d31462a176468c/pyproject.toml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1403/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711
src/usethis/_file/yaml/update.pyhttps://github.com/usethis-python/usethis-python/pull/1403/files#diff-fb3d656af67c7f693d406ee2652c19050f5b2747f37bdd6a7bd435400ec68ebd
View file https://github.com/usethis-python/usethis-python/blob/41e9b5a58322029af3091f41d9d31462a176468c/src/usethis/_file/yaml/update.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1403/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-fb3d656af67c7f693d406ee2652c19050f5b2747f37bdd6a7bd435400ec68ebd
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-fb3d656af67c7f693d406ee2652c19050f5b2747f37bdd6a7bd435400ec68ebd
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-fb3d656af67c7f693d406ee2652c19050f5b2747f37bdd6a7bd435400ec68ebd
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-fb3d656af67c7f693d406ee2652c19050f5b2747f37bdd6a7bd435400ec68ebd
src/usethis/_io.pyhttps://github.com/usethis-python/usethis-python/pull/1403/files#diff-6ba90cb000ed0af0fb0c362abd87bfe325e7d2e306dd4c4011347afea61c6de9
View file https://github.com/usethis-python/usethis-python/blob/41e9b5a58322029af3091f41d9d31462a176468c/src/usethis/_io.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1403/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-6ba90cb000ed0af0fb0c362abd87bfe325e7d2e306dd4c4011347afea61c6de9
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-6ba90cb000ed0af0fb0c362abd87bfe325e7d2e306dd4c4011347afea61c6de9
src/usethis/_pipeweld/containers.pyhttps://github.com/usethis-python/usethis-python/pull/1403/files#diff-0e032882ce65baa27fde2baa4479064aac168c2d21ef431993587e966470dd36
View file https://github.com/usethis-python/usethis-python/blob/41e9b5a58322029af3091f41d9d31462a176468c/src/usethis/_pipeweld/containers.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1403/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-0e032882ce65baa27fde2baa4479064aac168c2d21ef431993587e966470dd36
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-0e032882ce65baa27fde2baa4479064aac168c2d21ef431993587e966470dd36
src/usethis/_pipeweld/func.pyhttps://github.com/usethis-python/usethis-python/pull/1403/files#diff-a9fec0a37f88a7dce6d62998d4adfa8161560ae5c83f8e95c15e15c4b3b5c2a3
View file https://github.com/usethis-python/usethis-python/blob/41e9b5a58322029af3091f41d9d31462a176468c/src/usethis/_pipeweld/func.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1403/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-a9fec0a37f88a7dce6d62998d4adfa8161560ae5c83f8e95c15e15c4b3b5c2a3
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-a9fec0a37f88a7dce6d62998d4adfa8161560ae5c83f8e95c15e15c4b3b5c2a3
src/usethis/_tool/base.pyhttps://github.com/usethis-python/usethis-python/pull/1403/files#diff-5d6bc423e5b313d5aeba5e063fcde573c808a3df7738ed68bb94d82b92a005d7
View file https://github.com/usethis-python/usethis-python/blob/41e9b5a58322029af3091f41d9d31462a176468c/src/usethis/_tool/base.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1403/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-5d6bc423e5b313d5aeba5e063fcde573c808a3df7738ed68bb94d82b92a005d7
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-5d6bc423e5b313d5aeba5e063fcde573c808a3df7738ed68bb94d82b92a005d7
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-5d6bc423e5b313d5aeba5e063fcde573c808a3df7738ed68bb94d82b92a005d7
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-5d6bc423e5b313d5aeba5e063fcde573c808a3df7738ed68bb94d82b92a005d7
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-5d6bc423e5b313d5aeba5e063fcde573c808a3df7738ed68bb94d82b92a005d7
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-5d6bc423e5b313d5aeba5e063fcde573c808a3df7738ed68bb94d82b92a005d7
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-5d6bc423e5b313d5aeba5e063fcde573c808a3df7738ed68bb94d82b92a005d7
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-5d6bc423e5b313d5aeba5e063fcde573c808a3df7738ed68bb94d82b92a005d7
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-5d6bc423e5b313d5aeba5e063fcde573c808a3df7738ed68bb94d82b92a005d7
src/usethis/_tool/config.pyhttps://github.com/usethis-python/usethis-python/pull/1403/files#diff-b40114cadeaee54b1035131e1dd8c12e60d783f7e31c74e11afa4086fb033826
View file https://github.com/usethis-python/usethis-python/blob/41e9b5a58322029af3091f41d9d31462a176468c/src/usethis/_tool/config.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1403/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-b40114cadeaee54b1035131e1dd8c12e60d783f7e31c74e11afa4086fb033826
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-b40114cadeaee54b1035131e1dd8c12e60d783f7e31c74e11afa4086fb033826
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-b40114cadeaee54b1035131e1dd8c12e60d783f7e31c74e11afa4086fb033826
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-b40114cadeaee54b1035131e1dd8c12e60d783f7e31c74e11afa4086fb033826
src/usethis/_tool/impl/base/deptry.pyhttps://github.com/usethis-python/usethis-python/pull/1403/files#diff-be005d8a688a12ad7d84e9d6feb7a4e401a76fad1c47b6cf9d80d537797bda65
View file https://github.com/usethis-python/usethis-python/blob/41e9b5a58322029af3091f41d9d31462a176468c/src/usethis/_tool/impl/base/deptry.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1403/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-be005d8a688a12ad7d84e9d6feb7a4e401a76fad1c47b6cf9d80d537797bda65
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-be005d8a688a12ad7d84e9d6feb7a4e401a76fad1c47b6cf9d80d537797bda65
src/usethis/_tool/impl/base/pytest.pyhttps://github.com/usethis-python/usethis-python/pull/1403/files#diff-09b48febb397590425581a9d904aaf9cac2fba2a1144b5038989209b47a4c45a
View file https://github.com/usethis-python/usethis-python/blob/41e9b5a58322029af3091f41d9d31462a176468c/src/usethis/_tool/impl/base/pytest.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1403/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-09b48febb397590425581a9d904aaf9cac2fba2a1144b5038989209b47a4c45a
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-09b48febb397590425581a9d904aaf9cac2fba2a1144b5038989209b47a4c45a
src/usethis/_tool/impl/base/ruff.pyhttps://github.com/usethis-python/usethis-python/pull/1403/files#diff-1207f8995d85f8d91f298b914c3395c8b8b8e35075e3937f007c3dda4c5180b5
View file https://github.com/usethis-python/usethis-python/blob/41e9b5a58322029af3091f41d9d31462a176468c/src/usethis/_tool/impl/base/ruff.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1403/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-1207f8995d85f8d91f298b914c3395c8b8b8e35075e3937f007c3dda4c5180b5
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-1207f8995d85f8d91f298b914c3395c8b8b8e35075e3937f007c3dda4c5180b5
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-1207f8995d85f8d91f298b914c3395c8b8b8e35075e3937f007c3dda4c5180b5
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-1207f8995d85f8d91f298b914c3395c8b8b8e35075e3937f007c3dda4c5180b5
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-1207f8995d85f8d91f298b914c3395c8b8b8e35075e3937f007c3dda4c5180b5
src/usethis/_tool/impl/spec/codespell.pyhttps://github.com/usethis-python/usethis-python/pull/1403/files#diff-ed73f0c95021a8313c3623115d8b8fa6bc8577c010ed2b6d9e87a2ed8cf2ac9e
View file https://github.com/usethis-python/usethis-python/blob/41e9b5a58322029af3091f41d9d31462a176468c/src/usethis/_tool/impl/spec/codespell.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1403/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-ed73f0c95021a8313c3623115d8b8fa6bc8577c010ed2b6d9e87a2ed8cf2ac9e
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-ed73f0c95021a8313c3623115d8b8fa6bc8577c010ed2b6d9e87a2ed8cf2ac9e
src/usethis/_tool/impl/spec/coverage_py.pyhttps://github.com/usethis-python/usethis-python/pull/1403/files#diff-7995205d5609b5236348f760417b536539fe8d849c13cf8e70f0c7dfbb954ef6
View file https://github.com/usethis-python/usethis-python/blob/41e9b5a58322029af3091f41d9d31462a176468c/src/usethis/_tool/impl/spec/coverage_py.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1403/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-7995205d5609b5236348f760417b536539fe8d849c13cf8e70f0c7dfbb954ef6
src/usethis/_tool/impl/spec/import_linter.pyhttps://github.com/usethis-python/usethis-python/pull/1403/files#diff-6ae3109858d54e24b0823c4ea22e36b476a7c96fe808145d4b0e0c753c577032
View file https://github.com/usethis-python/usethis-python/blob/41e9b5a58322029af3091f41d9d31462a176468c/src/usethis/_tool/impl/spec/import_linter.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1403/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-6ae3109858d54e24b0823c4ea22e36b476a7c96fe808145d4b0e0c753c577032
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-6ae3109858d54e24b0823c4ea22e36b476a7c96fe808145d4b0e0c753c577032
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-6ae3109858d54e24b0823c4ea22e36b476a7c96fe808145d4b0e0c753c577032
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-6ae3109858d54e24b0823c4ea22e36b476a7c96fe808145d4b0e0c753c577032
src/usethis/_tool/impl/spec/mkdocs.pyhttps://github.com/usethis-python/usethis-python/pull/1403/files#diff-b712ea311fa1e8c17ca0e553b9926e1365428ef95f57f61872fe844fb0c5e02f
View file https://github.com/usethis-python/usethis-python/blob/41e9b5a58322029af3091f41d9d31462a176468c/src/usethis/_tool/impl/spec/mkdocs.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1403/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-b712ea311fa1e8c17ca0e553b9926e1365428ef95f57f61872fe844fb0c5e02f
src/usethis/_tool/impl/spec/pytest.pyhttps://github.com/usethis-python/usethis-python/pull/1403/files#diff-3b22f93fd1fdd8d1d78ccf452544a92c25dacb8eda68f0e38b6b94e1d9e43eb6
View file https://github.com/usethis-python/usethis-python/blob/41e9b5a58322029af3091f41d9d31462a176468c/src/usethis/_tool/impl/spec/pytest.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1403/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-3b22f93fd1fdd8d1d78ccf452544a92c25dacb8eda68f0e38b6b94e1d9e43eb6
src/usethis/_tool/impl/spec/ruff.pyhttps://github.com/usethis-python/usethis-python/pull/1403/files#diff-43f848038b3175f428e92bde90aa7646d31c63c81a352d457278007ca2bca5ba
View file https://github.com/usethis-python/usethis-python/blob/41e9b5a58322029af3091f41d9d31462a176468c/src/usethis/_tool/impl/spec/ruff.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1403/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-43f848038b3175f428e92bde90aa7646d31c63c81a352d457278007ca2bca5ba
src/usethis/_tool/spec.pyhttps://github.com/usethis-python/usethis-python/pull/1403/files#diff-d39cf090d170c648ace9507eac73013e9244ba0cd851a498109b5058c84e7616
View file https://github.com/usethis-python/usethis-python/blob/41e9b5a58322029af3091f41d9d31462a176468c/src/usethis/_tool/spec.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1403/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-d39cf090d170c648ace9507eac73013e9244ba0cd851a498109b5058c84e7616
https://github.com/usethis-python/usethis-python/pull/1403/files#diff-d39cf090d170c648ace9507eac73013e9244ba0cd851a498109b5058c84e7616
Please reload this pagehttps://github.com/usethis-python/usethis-python/pull/1403/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.