Skip to content
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

Update main.py #34

Merged
merged 1 commit into from
Jun 26, 2024
Merged

Conversation

ikostan
Copy link
Owner

@ikostan ikostan commented Jun 26, 2024

fmt: skip can be mixed with other pragmas/comments either with multiple comments (e.g. # fmt: skip # pylint # noqa) or as a semicolon separated list (e.g. # fmt: skip; pylint; noqa). # fmt: on/off must be on the same level of indentation and in the same block, meaning no unindents beyond the initial indentation level between them.

@ikostan ikostan linked an issue Jun 26, 2024 that may be closed by this pull request
Copy link

codeclimate bot commented Jun 26, 2024

Code Climate has analyzed commit 8e54b96 and detected 0 issues on this pull request.

View more on Code Climate.

@ikostan ikostan self-assigned this Jun 26, 2024
@ikostan ikostan merged commit 3f9f89b into master Jun 26, 2024
16 checks passed
@ikostan ikostan deleted the 33-fix-pythonblack-issue-in-lessonslesson_1mainpy branch June 26, 2024 05:21
@ikostan ikostan linked an issue Jun 26, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix "Python/Black" issue in lessons/lesson_1/main.py
1 participant