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

Feat: Use Ruff as a linter and formatter #557

Merged
merged 4 commits into from
Jan 23, 2024

Conversation

benyissa
Copy link
Member

In this pull request, the decision was made to exclusively transition from pylint and black to utilizing Ruff, a high-speed Python linter and code formatter written in Rust, due to its rapid feedback loop, comprehensive rule set, and compatibility with popular code editors, aiming to accelerate checks and improve the development flow.

src/ostorlab/cli/rootcli.py Show resolved Hide resolved
src/ostorlab/cli/__init__.py Show resolved Hide resolved
typing_requirements.txt Show resolved Hide resolved
src/ostorlab/cli/__init__.py Show resolved Hide resolved
@3asm
Copy link
Member

3asm commented Jan 23, 2024

Nice work.

@3asm 3asm dismissed ErebusZ’s stale review January 23, 2024 15:15

Issues are not relevant.

@3asm 3asm merged commit 42cc865 into main Jan 23, 2024
7 checks passed
@3asm 3asm deleted the feat_switch_to_ruff_linter_and_formatter branch January 23, 2024 15:15
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.

4 participants