René's URL Explorer Experiment


Title: Add `apply()` method to `Tool` for running formatters on use by Copilot · Pull Request #1714 · usethis-python/usethis-python · GitHub

Open Graph Title: Add `apply()` method to `Tool` for running formatters on use by Copilot · Pull Request #1714 · usethis-python/usethis-python

X Title: Add `apply()` method to `Tool` for running formatters on use by Copilot · Pull Request #1714 · usethis-python/usethis-python

Description: Formatters like pyproject-fmt and ruff format should run automatically when added to a project via use, so the codebase is immediately formatted to the configured style. Changes Tool.apply() base method — No-op by default on the Tool Protocol class. Formatters override to invoke their CLI. PyprojectFmtTool.apply() — Runs uv run pyproject-fmt pyproject.toml with tick_print message. Guards on uv backend; suppresses subprocess errors (tool may not yet be installed in frozen mode). RuffTool.apply() — Runs uv run ruff format (not linter auto-fixes). Additionally guards on is_formatter_used(). use_pyproject_fmt() / use_ruff() — Call tool.apply() after add_configs(), before print_how_to_use(). Tests — Updated 6 existing output assertions, added 5 new unit tests covering both backends and formatter detection states. 100% coverage on new code. Docs — Updated README and detailed-example to reflect the new ✔ Running the Ruff formatter. / ✔ Running pyproject-fmt on 'pyproject.toml'. output lines. # Pattern for formatter tools: @override def apply(self) -> None: if get_backend() is not BackendEnum.uv: return tick_print("Running the Ruff formatter.") with contextlib.suppress(UVSubprocessFailedError): call_uv_subprocess(["run", "ruff", "format"], change_toml=False)

Open Graph Description: Formatters like pyproject-fmt and ruff format should run automatically when added to a project via use, so the codebase is immediately formatted to the configured style. Changes Tool.apply() base ...

X Description: Formatters like pyproject-fmt and ruff format should run automatically when added to a project via use, so the codebase is immediately formatted to the configured style. Changes Tool.apply() base ...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:0798f583-1d28-02b4-37c4-113e453d0761
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8CA4:6474B:E88839:140BA9B:6A4DECF2
html-safe-nonce2252bbd98dc2e1a706e97f709ada1d9e561267366af308ba7fd51eef723bab52
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4Q0E0OjY0NzRCOkU4ODgzOToxNDBCQTlCOjZBNERFQ0YyIiwidmlzaXRvcl9pZCI6IjM4OTY1NzQ5MTQ2MTQ2NTIxNDYiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmaca1c75d6e0c78b0e99060004e801c0dbf4be0b83452572f28a46c2fbc15a39d29
hovercard-subject-tagpull_request:3476521412
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/1714/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:altFormatters like pyproject-fmt and ruff format should run automatically when added to a project via use, so the codebase is immediately formatted to the configured style. Changes Tool.apply() base ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None06b8a6144231bf3a234f1c2e9993861e07ce98a905912b114aa386c2d7e84b33
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
release1d344bdb7547fe6bca17a59bb2b8aac3dc9532a0
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/usethis-python/usethis-python/pull/1714/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%2F1714%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%2F1714%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/1714/files
Reloadhttps://github.com/usethis-python/usethis-python/pull/1714/files
Reloadhttps://github.com/usethis-python/usethis-python/pull/1714/files
Please reload this pagehttps://github.com/usethis-python/usethis-python/pull/1714/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/add-apply-method-to-toolhttps://github.com/usethis-python/usethis-python/tree/copilot/add-apply-method-to-tool
Conversation 4 https://github.com/usethis-python/usethis-python/pull/1714
Commits 5 https://github.com/usethis-python/usethis-python/pull/1714/commits
Checks 20 https://github.com/usethis-python/usethis-python/pull/1714/checks
Files changed https://github.com/usethis-python/usethis-python/pull/1714/files
Please reload this pagehttps://github.com/usethis-python/usethis-python/pull/1714/files
Add apply() method to Tool for running formatters on use https://github.com/usethis-python/usethis-python/pull/1714/files#top
Show all changes 5 commits https://github.com/usethis-python/usethis-python/pull/1714/files
734ca36 Initial plan Copilot Apr 1, 2026 https://github.com/usethis-python/usethis-python/pull/1714/commits/734ca36c5452ca3522219bc593d6bb3c1547879a
a7bc952 Fix SIM105: use contextlib.suppress instead of try/except/pass Copilot Apr 1, 2026 https://github.com/usethis-python/usethis-python/pull/1714/commits/a7bc952d70989fe9c5b72ebcd1cc7c6888ad7c58
eb37525 Apply ruff format to test files Copilot Apr 1, 2026 https://github.com/usethis-python/usethis-python/pull/1714/commits/eb37525fb91482d70bda2b691c053b7c34b3eb0e
716e34b Reworded the description of the "added ruff formatter" line in the de… nathanjmcdougall Apr 1, 2026 https://github.com/usethis-python/usethis-python/pull/1714/commits/716e34bb737dd2d2a8fd6b918f2c9b755988f0fd
489596b Change 'Running Ruff formatter.' to 'Running the Ruff formatter.' per… Copilot Apr 1, 2026 https://github.com/usethis-python/usethis-python/pull/1714/commits/489596b49a2ee3d77a72808ab150896db5ee621a
Clear filters https://github.com/usethis-python/usethis-python/pull/1714/files
Please reload this pagehttps://github.com/usethis-python/usethis-python/pull/1714/files
Please reload this pagehttps://github.com/usethis-python/usethis-python/pull/1714/files
README.md https://github.com/usethis-python/usethis-python/pull/1714/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
detailed-example.md https://github.com/usethis-python/usethis-python/pull/1714/files#diff-9673d5c05fb5f9fad86de6c6fa9170e451e76f88e27b1f319f4f306296aa4c50
example-usage.md https://github.com/usethis-python/usethis-python/pull/1714/files#diff-9a9bb65b3ef065e592288eac6c99d47099586d9c87a16c39e1859d15445357be
tool.py https://github.com/usethis-python/usethis-python/pull/1714/files#diff-78b8483ccaa00acbf58cc4cc949f2d2a1d563b79959e292c0ab24ab15b00cc12
base.py https://github.com/usethis-python/usethis-python/pull/1714/files#diff-5d6bc423e5b313d5aeba5e063fcde573c808a3df7738ed68bb94d82b92a005d7
pyproject_fmt.py https://github.com/usethis-python/usethis-python/pull/1714/files#diff-d72e733ecca831b754150d974e21a436ae3c86b63b86ae3ea9cc94209f8b2a13
ruff.py https://github.com/usethis-python/usethis-python/pull/1714/files#diff-1207f8995d85f8d91f298b914c3395c8b8b8e35075e3937f007c3dda4c5180b5
test_core_tool.py https://github.com/usethis-python/usethis-python/pull/1714/files#diff-ebc73c512a65745bdcc2bd242acbe30cee0360d3fd14694b4cd01f64e3520ff7
test_pyproject_fmt.py https://github.com/usethis-python/usethis-python/pull/1714/files#diff-cc6f3be8088f9aea4a73dccf85353cf4c408adbc5ba519cec466a4b8faf4f37d
test_ruff.py https://github.com/usethis-python/usethis-python/pull/1714/files#diff-b2f7ed409e59821eda2a702039dbd41d3cdf664c804e1e392db2b28031c4b391
test_tool.py https://github.com/usethis-python/usethis-python/pull/1714/files#diff-6b4fbb7094b7f214f3af0799e81794307247858e3ec6425ff81cda616f38b171
README.mdhttps://github.com/usethis-python/usethis-python/pull/1714/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
View file https://github.com/usethis-python/usethis-python/blob/489596b49a2ee3d77a72808ab150896db5ee621a/README.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1714/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1714/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
https://github.com/usethis-python/usethis-python/pull/1714/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
docs/start/detailed-example.mdhttps://github.com/usethis-python/usethis-python/pull/1714/files#diff-9673d5c05fb5f9fad86de6c6fa9170e451e76f88e27b1f319f4f306296aa4c50
View file https://github.com/usethis-python/usethis-python/blob/489596b49a2ee3d77a72808ab150896db5ee621a/docs/start/detailed-example.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1714/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1714/files#diff-9673d5c05fb5f9fad86de6c6fa9170e451e76f88e27b1f319f4f306296aa4c50
https://github.com/usethis-python/usethis-python/pull/1714/files#diff-9673d5c05fb5f9fad86de6c6fa9170e451e76f88e27b1f319f4f306296aa4c50
docs/start/example-usage.mdhttps://github.com/usethis-python/usethis-python/pull/1714/files#diff-9a9bb65b3ef065e592288eac6c99d47099586d9c87a16c39e1859d15445357be
View file https://github.com/usethis-python/usethis-python/blob/489596b49a2ee3d77a72808ab150896db5ee621a/docs/start/example-usage.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1714/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1714/files#diff-9a9bb65b3ef065e592288eac6c99d47099586d9c87a16c39e1859d15445357be
https://github.com/usethis-python/usethis-python/pull/1714/files#diff-9a9bb65b3ef065e592288eac6c99d47099586d9c87a16c39e1859d15445357be
src/usethis/_core/tool.pyhttps://github.com/usethis-python/usethis-python/pull/1714/files#diff-78b8483ccaa00acbf58cc4cc949f2d2a1d563b79959e292c0ab24ab15b00cc12
View file https://github.com/usethis-python/usethis-python/blob/489596b49a2ee3d77a72808ab150896db5ee621a/src/usethis/_core/tool.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1714/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1714/files#diff-78b8483ccaa00acbf58cc4cc949f2d2a1d563b79959e292c0ab24ab15b00cc12
https://github.com/usethis-python/usethis-python/pull/1714/files#diff-78b8483ccaa00acbf58cc4cc949f2d2a1d563b79959e292c0ab24ab15b00cc12
https://github.com/usethis-python/usethis-python/pull/1714/files#diff-78b8483ccaa00acbf58cc4cc949f2d2a1d563b79959e292c0ab24ab15b00cc12
https://github.com/usethis-python/usethis-python/pull/1714/files#diff-78b8483ccaa00acbf58cc4cc949f2d2a1d563b79959e292c0ab24ab15b00cc12
src/usethis/_tool/base.pyhttps://github.com/usethis-python/usethis-python/pull/1714/files#diff-5d6bc423e5b313d5aeba5e063fcde573c808a3df7738ed68bb94d82b92a005d7
View file https://github.com/usethis-python/usethis-python/blob/489596b49a2ee3d77a72808ab150896db5ee621a/src/usethis/_tool/base.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1714/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1714/files#diff-5d6bc423e5b313d5aeba5e063fcde573c808a3df7738ed68bb94d82b92a005d7
https://github.com/usethis-python/usethis-python/pull/1714/files#diff-5d6bc423e5b313d5aeba5e063fcde573c808a3df7738ed68bb94d82b92a005d7
src/usethis/_tool/impl/base/pyproject_fmt.pyhttps://github.com/usethis-python/usethis-python/pull/1714/files#diff-d72e733ecca831b754150d974e21a436ae3c86b63b86ae3ea9cc94209f8b2a13
View file https://github.com/usethis-python/usethis-python/blob/489596b49a2ee3d77a72808ab150896db5ee621a/src/usethis/_tool/impl/base/pyproject_fmt.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1714/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1714/files#diff-d72e733ecca831b754150d974e21a436ae3c86b63b86ae3ea9cc94209f8b2a13
src/usethis/_tool/impl/base/ruff.pyhttps://github.com/usethis-python/usethis-python/pull/1714/files#diff-1207f8995d85f8d91f298b914c3395c8b8b8e35075e3937f007c3dda4c5180b5
View file https://github.com/usethis-python/usethis-python/blob/489596b49a2ee3d77a72808ab150896db5ee621a/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/1714/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1714/files#diff-1207f8995d85f8d91f298b914c3395c8b8b8e35075e3937f007c3dda4c5180b5
https://github.com/usethis-python/usethis-python/pull/1714/files#diff-1207f8995d85f8d91f298b914c3395c8b8b8e35075e3937f007c3dda4c5180b5
https://github.com/usethis-python/usethis-python/pull/1714/files#diff-1207f8995d85f8d91f298b914c3395c8b8b8e35075e3937f007c3dda4c5180b5
tests/usethis/_core/test_core_tool.pyhttps://github.com/usethis-python/usethis-python/pull/1714/files#diff-ebc73c512a65745bdcc2bd242acbe30cee0360d3fd14694b4cd01f64e3520ff7
View file https://github.com/usethis-python/usethis-python/blob/489596b49a2ee3d77a72808ab150896db5ee621a/tests/usethis/_core/test_core_tool.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1714/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1714/files#diff-ebc73c512a65745bdcc2bd242acbe30cee0360d3fd14694b4cd01f64e3520ff7
https://github.com/usethis-python/usethis-python/pull/1714/files#diff-ebc73c512a65745bdcc2bd242acbe30cee0360d3fd14694b4cd01f64e3520ff7
https://github.com/usethis-python/usethis-python/pull/1714/files#diff-ebc73c512a65745bdcc2bd242acbe30cee0360d3fd14694b4cd01f64e3520ff7
https://github.com/usethis-python/usethis-python/pull/1714/files#diff-ebc73c512a65745bdcc2bd242acbe30cee0360d3fd14694b4cd01f64e3520ff7
https://github.com/usethis-python/usethis-python/pull/1714/files#diff-ebc73c512a65745bdcc2bd242acbe30cee0360d3fd14694b4cd01f64e3520ff7
https://github.com/usethis-python/usethis-python/pull/1714/files#diff-ebc73c512a65745bdcc2bd242acbe30cee0360d3fd14694b4cd01f64e3520ff7
https://github.com/usethis-python/usethis-python/pull/1714/files#diff-ebc73c512a65745bdcc2bd242acbe30cee0360d3fd14694b4cd01f64e3520ff7
https://github.com/usethis-python/usethis-python/pull/1714/files#diff-ebc73c512a65745bdcc2bd242acbe30cee0360d3fd14694b4cd01f64e3520ff7
https://github.com/usethis-python/usethis-python/pull/1714/files#diff-ebc73c512a65745bdcc2bd242acbe30cee0360d3fd14694b4cd01f64e3520ff7
https://github.com/usethis-python/usethis-python/pull/1714/files#diff-ebc73c512a65745bdcc2bd242acbe30cee0360d3fd14694b4cd01f64e3520ff7
https://github.com/usethis-python/usethis-python/pull/1714/files#diff-ebc73c512a65745bdcc2bd242acbe30cee0360d3fd14694b4cd01f64e3520ff7
tests/usethis/_tool/impl/base/test_pyproject_fmt.pyhttps://github.com/usethis-python/usethis-python/pull/1714/files#diff-cc6f3be8088f9aea4a73dccf85353cf4c408adbc5ba519cec466a4b8faf4f37d
View file https://github.com/usethis-python/usethis-python/blob/489596b49a2ee3d77a72808ab150896db5ee621a/tests/usethis/_tool/impl/base/test_pyproject_fmt.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1714/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1714/files#diff-cc6f3be8088f9aea4a73dccf85353cf4c408adbc5ba519cec466a4b8faf4f37d
https://github.com/usethis-python/usethis-python/pull/1714/files#diff-cc6f3be8088f9aea4a73dccf85353cf4c408adbc5ba519cec466a4b8faf4f37d
tests/usethis/_tool/impl/base/test_ruff.pyhttps://github.com/usethis-python/usethis-python/pull/1714/files#diff-b2f7ed409e59821eda2a702039dbd41d3cdf664c804e1e392db2b28031c4b391
View file https://github.com/usethis-python/usethis-python/blob/489596b49a2ee3d77a72808ab150896db5ee621a/tests/usethis/_tool/impl/base/test_ruff.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1714/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1714/files#diff-b2f7ed409e59821eda2a702039dbd41d3cdf664c804e1e392db2b28031c4b391
https://github.com/usethis-python/usethis-python/pull/1714/files#diff-b2f7ed409e59821eda2a702039dbd41d3cdf664c804e1e392db2b28031c4b391
https://github.com/usethis-python/usethis-python/pull/1714/files#diff-b2f7ed409e59821eda2a702039dbd41d3cdf664c804e1e392db2b28031c4b391
tests/usethis/_ui/interface/test_tool.pyhttps://github.com/usethis-python/usethis-python/pull/1714/files#diff-6b4fbb7094b7f214f3af0799e81794307247858e3ec6425ff81cda616f38b171
View file https://github.com/usethis-python/usethis-python/blob/489596b49a2ee3d77a72808ab150896db5ee621a/tests/usethis/_ui/interface/test_tool.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1714/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1714/files#diff-6b4fbb7094b7f214f3af0799e81794307247858e3ec6425ff81cda616f38b171
https://github.com/usethis-python/usethis-python/pull/1714/files#diff-6b4fbb7094b7f214f3af0799e81794307247858e3ec6425ff81cda616f38b171
Please reload this pagehttps://github.com/usethis-python/usethis-python/pull/1714/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.