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

ci: Added black PEP styleguide formatter and ruff linter. #11

Merged
merged 1 commit into from
Apr 12, 2023

Conversation

michealroberts
Copy link
Contributor

ci: Added black PEP styleguide formatter and ruff linter.

Includes updated .vscode settings.json with various python related formatted and linting recommendations.

Includes updating .gitignore with .ruff_cache related ignores.

@michealroberts
Copy link
Contributor Author

Resolves #10

ci: Added black PEP styleguide formatter and ruff linter. Includes updated .vscode settings.json with various python related formatted and linting recommendations. Includes updating .gitignore with .ruff_cache related ignores.
@michealroberts michealroberts force-pushed the ci/workflows/black-pep-styleguide branch from 26d58fd to c17fc91 Compare April 12, 2023 12:46
@lgrcia lgrcia merged commit 96b4cc8 into lgrcia:master Apr 12, 2023
@lgrcia
Copy link
Owner

lgrcia commented Apr 12, 2023

That's great! Thanks a lot for these @michealroberts!


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.black]
line-length = 100
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't it be 88? (sorry just noticing now)

]

# Same as Black.
line-length = 100
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants