ryansurf / cli-surf

Get surf and ocean data from the command line interface
MIT License
18 stars 30 forks source link

lint fix #126

Closed ryansurf closed 3 months ago

ryansurf commented 3 months ago

General:

Code:

  1. [x] Does your submission pass tests?
  2. [x] Have you run the linter/formatter on your code locally before submission?
  3. [x] Have you updated the documentation/README to reflect your changes, as applicable?
  4. [x] Have you added an explanation of what your changes do?
  5. [x] Have you written new tests for your changes, as applicable?

Summary by Sourcery

Fix linting issues in src/art.py by adjusting spacing in the color dictionary.

Enhancements:

sourcery-ai[bot] commented 3 months ago

Reviewer's Guide by Sourcery

This pull request makes minor formatting changes to the src/art.py file. The changes are focused on improving code style and consistency by adjusting whitespace in the color dictionary.

File-Level Changes

Files Changes
src/art.py Removed extra spaces before the colon in two dictionary key-value pairs
src/art.py Added a trailing comma to the last item in the color dictionary

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - Continue your discussion with Sourcery by replying directly to review comments. - You can change your review settings at any time by accessing your [dashboard](https://app.sourcery.ai): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.