MNT: Update internal usages of privatized Formatter attributes in ticker.py #40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: PR Greetings | |
| on: | |
| pull_request_target: | |
| types: opened | |
| issues: | |
| types: opened | |
| permissions: {} | |
| jobs: | |
| greeting: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| issues: write | |
| pull-requests: write | |
| steps: | |
| - uses: plbstl/first-contribution@4fb1541ce2706255850d56c5684552607be1ae9b # v4.2.0 | |
| with: | |
| labels: first-contribution | |
| pr-opened-msg: >+ | |
| Thank you for opening your first PR into Matplotlib! | |
| If you have not heard from us in a week or so, please leave a new | |
| comment below and that should bring it to our attention. | |
| Most of our reviewers are volunteers and sometimes things fall | |
| through the cracks. We also ask that you please finish addressing | |
| any review comments on this PR and wait for it to be merged (or | |
| closed) before opening a new one, as it can be a valuable learning | |
| experience to go through the review process. | |
| You can also join us [on | |
| gitter](https://gitter.im/matplotlib/matplotlib) for real-time | |
| discussion. | |
| For details on testing, writing docs, and our review process, | |
| please see [the developer | |
| guide](https://matplotlib.org/devdocs/devel/index.html). | |
| **Please let us know if (and how) you use AI, it will help us give you | |
| better feedback on your PR.** | |
| We strive to be a welcoming and open project. Please follow our | |
| [Code of | |
| Conduct](https://github.com/matplotlib/matplotlib/blob/main/CODE_OF_CONDUCT.md). | |
| issue-opened-msg: "" |