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

Migrate from pylint, flake8, isort and black to ruff #437

Merged
merged 1 commit into from
Jan 20, 2024

Conversation

nycholas
Copy link
Member

  • To check code run: ruff check .
  • To format code run: ruff format .
  • Fix bug when the self or cls parameters are typed, ignore that on describe

@nycholas
Copy link
Member Author

github-actions-workflow-tests

2 similar comments
@nycholas
Copy link
Member Author

github-actions-workflow-tests

@nycholas
Copy link
Member Author

github-actions-workflow-tests

Copy link

The "Tests [Docker]" workflow will be started.

* To check code run: ruff check .
* To format code run: ruff format .
* Fix bug when the self or cls parameters are typed, ignore that on describe
@nycholas
Copy link
Member Author

github-actions-workflow-tests

Copy link

The "Tests [Docker]" workflow will be started.

@nycholas
Copy link
Member Author

@alexted Ruff was added to the project, Thank you for your suggestion.

@nycholas nycholas merged commit 1601cd4 into master Jan 20, 2024
13 checks passed
@nycholas nycholas deleted the feature/migrate-to-ruff branch January 20, 2024 17:07
@alexted
Copy link
Contributor

alexted commented Jan 20, 2024

Great job @nycholas !

nycholas added a commit that referenced this pull request Feb 11, 2024
* Build Python wheels for all the platforms (#447)
* Add experimental support to Mypyc (#442)
* Bump the python-requirements group in /requirements with 1 update (#446)
* Bump the python-requirements group in /requirements with 8 updates (#445)
* Bump the python-requirements group in /requirements with 2 updates (#438)
* Migrate from pylint, flake8, isort and black to ruff (#437)
* Remove Py37 compability (#435)
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