| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
for more information, see https://pre-commit.ci
…g forms with various values.
|
Hi @jakkdl , I tried parameterizing the test case as instructed. Do you mind taking a look again? |
Sorry, something went wrong.
|
rewrote the parametrize to be slightly cleaner :) Looking at --help I'm seeing a small discrepancy where some long options are displayed with a --deselect=nodeid_prefix
--doctest-glob=pat
--lfnf, --last-failed-no-failures={all,none}
vs -r, --report-chars chars -c, --config-file FILE but I don't think it really matters. I'll merge this in a few days unless somebody pops in and notices something, thank you! |
Sorry, something went wrong.
|
Thanks @junhaoliao for the PR and @jakkdl for merging! @jakkdl just a note, in the future prefer to squash the commits when they by themselves are not very valuable to keep in the history (for example, "add changelog", "precommit fixes", etc). Thanks again folks! |
Sorry, something went wrong.
|
frick sorry, not the first time it happened. I used to have a monkeyscript that warned about it but it appears to have gotten disabled at some point. |
Sorry, something went wrong.
|
No worries! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
closes #14023
This change introduces a long-form CLI option --report-chars as an alternative to the existing
short -r option.
Here is a quick checklist that should be present in PRs.
If this change fixes an issue, please:
Unless your change is trivial or a small documentation fix (e.g., a typo or reword of a small section) please:
Create a new changelog file in the changelog folder, with a name like <ISSUE NUMBER>.<TYPE>.rst. See changelog/README.rst for details.
Write sentences in the past or present tense, examples:
Also make sure to end the sentence with a ..
Add yourself to AUTHORS in alphabetical order.