| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -38,7 +38,7 @@ rules before submitting a pull request: | |||
| 38 | 38 | ||
| 39 | 39 | or your editor may provide integration with it. Note that Matplotlib | |
| 40 | 40 | intentionally does not use the black_ auto-formatter (1__), in particular due | |
| 41 | - to its unability to understand the semantics of mathematical expressions | ||
| 41 | + to its inability to understand the semantics of mathematical expressions | ||
| 42 | 42 | (2__, 3__). | |
| 43 | 43 | ||
| 44 | 44 | .. _PEP8: https://www.python.org/dev/peps/pep-0008/ | |
@@ -352,7 +352,7 @@ will run on all supported platforms and versions of Python. | |||
| 352 | 352 | - On the overview page *artifacts* are listed in the section *Related*. | |
| 353 | 353 | ||
| 354 | 354 | ||
| 355 | - * Codecov and LGTM are currently for information only. Their failure is not | ||
| 355 | + * Codecov and CodeQL are currently for information only. Their failure is not | ||
| 356 | 356 | necessarily a blocker. | |
| 357 | 357 | ||
| 358 | 358 | * tox_ is not used in the automated testing. It is supported for testing | |
@@ -461,27 +461,27 @@ should not be backported to this branch. | |||
| 461 | 461 | Automated backports | |
| 462 | 462 | ------------------- | |
| 463 | 463 | ||
| 464 | - We use meeseeksdev bot to automatically backport merges to the correct | ||
| 464 | + We use MeeseeksDev bot to automatically backport merges to the correct | ||
| 465 | 465 | maintenance branch base on the milestone. To work properly the | |
| 466 | 466 | milestone must be set before merging. If you have commit rights, the | |
| 467 | 467 | bot can also be manually triggered after a merge by leaving a message | |
| 468 | 468 | ``@meeseeksdev backport to BRANCH`` on the PR. If there are conflicts | |
| 469 | - meeseekdevs will inform you that the backport needs to be done | ||
| 469 | + MeeseeksDev will inform you that the backport needs to be done | ||
| 470 | 470 | manually. | |
| 471 | 471 | ||
| 472 | 472 | The target branch is configured by putting ``on-merge: backport to | |
| 473 | 473 | TARGETBRANCH`` in the milestone description on it's own line. | |
| 474 | 474 | ||
| 475 | 475 | If the bot is not working as expected, please report issues to | |
| 476 | - `Meeseeksdev <https://github.com/MeeseeksBox/MeeseeksDev>`__. | ||
| 476 | + `MeeseeksDev <https://github.com/MeeseeksBox/MeeseeksDev>`__. | ||
| 477 | 477 | ||
| 478 | 478 | ||
| 479 | 479 | .. _manual-backports: | |
| 480 | 480 | ||
| 481 | 481 | Manual backports | |
| 482 | 482 | ---------------- | |
| 483 | 483 | ||
| 484 | - When doing backports please copy the form used by meeseekdev, | ||
| 484 | + When doing backports please copy the form used by MeeseeksDev, | ||
| 485 | 485 | ``Backport PR #XXXX: TITLE OF PR``. If you need to manually resolve | |
| 486 | 486 | conflicts make note of them and how you resolved them in the commit | |
| 487 | 487 | message. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -376,7 +376,7 @@ def warn_external(message, category=None): | |||
| 376 | 376 | etc.). | |
| 377 | 377 | """ | |
| 378 | 378 | frame = sys._getframe() | |
| 379 | - for stacklevel in itertools.count(1): # lgtm[py/unused-loop-variable] | ||
| 379 | + for stacklevel in itertools.count(1): | ||
| 380 | 380 | if frame is None: | |
| 381 | 381 | # when called in embedded context may hit frame is None | |
| 382 | 382 | break | |
| Back | FazBrowse Home | New Git URL |
0 commit comments