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

chore: nitpick development tools #497

Merged
merged 6 commits into from
Oct 3, 2023
Merged

chore: nitpick development tools #497

merged 6 commits into from
Oct 3, 2023

Conversation

vncsna
Copy link
Contributor

@vncsna vncsna commented Oct 1, 2023

Update some development workflows and tools

@github-actions

This comment was marked as resolved.

@github-actions

This comment was marked as resolved.

@github-actions

This comment was marked as resolved.

@github-actions

This comment was marked as resolved.

@github-actions

This comment was marked as resolved.

@vncsna vncsna marked this pull request as ready for review October 3, 2023 09:51
@github-actions
Copy link

github-actions bot commented Oct 3, 2023

Análise da árvore de código

Nenhum problema encontrado!

code |= run(["black", "--check", "."])
code |= run(["isort", "--check-only", "."])
code |= run(["autoflake", "--check", "--recursive", "--quiet", "."])
code |= run(["flake8", "--exclude", "pipelines/{{cookiecutter.project_name}}", "."])
Copy link
Contributor

Choose a reason for hiding this comment

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

só de curiosa, algum motivo especifico pra só o flake8 ter o exclude dentro desse arquivo mesmo e não no pyproject.toml?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

a ideia era migrar a configuração pro pyproject.toml, mas o flake8 ainda não tem essa possibilidade de configuração, diferente dos demais

@vncsna vncsna merged commit 17db897 into master Oct 3, 2023
6 checks passed
@laura-l-amaral laura-l-amaral deleted the feat/dev-tools branch February 1, 2024 19:49
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