-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: set initial style url(s) with nitpick init #473
Conversation
This draft PR is dependent on #470 (saves me re-basing). I'll submit this once the other PR is done; if that PR isn't going to be merged I'll rebase this onto The change unique to this PR can be viewed by selecting the single commit. |
Pull Request Test Coverage Report for Build 2044663560
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The draft looks good. 👍🏻
I'll approve it when it's ready for review.
43c5d41
to
de4d5f0
Compare
All done and ready to go! |
This allows for a project to set their initial style URLs with the command-line, rather than defaulting to the standard URL: ```sh $ nitpick init http://example.com/style1 ./local/style2 ```
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another great feature. Thanks! 🚀
# [0.32.0](v0.31.0...v0.32.0) (2022-03-27) ### Bug Fixes * **deps:** update dependency pytest-socket to a commit hash ([#440](#440)) ([61ac278](61ac278)) * GitHub URL should preserve query args ([#453](#453)) ([a2b97b1](a2b97b1)) * use built-in preset as default style ([#450](#450)) ([68fa2ce](68fa2ce)) ### Features * add --version cli switch (thanks to [@mjpieters](https://github.com/mjpieters)) ([#468](#468)) ([6a85f79](6a85f79)) * resolve relative URIs in nitpick.styles.include ([#470](#470)) ([ec934dc](ec934dc)) * set initial style url(s) with nitpick init ([#473](#473)) ([0100f2b](0100f2b)) * switch to requests-cache for style caching ([#467](#467)) ([c586d7f](c586d7f))
🎉 This PR is included in version 0.32.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This allows for a project to set their initial style URLs with the command-line, rather than defaulting to the standard URL:
Issues fixed by this pull request:
Fix #458
Checklist
make
locally before pushing commitsflake8
plugin (normal mode)flake8
plugin (offline mode)