-
Notifications
You must be signed in to change notification settings - Fork 22
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
[rdock-utils] update linting tools #64
Labels
Milestone
Comments
ggutierrez-sunbright
pushed a commit
that referenced
this issue
Jan 9, 2024
* update pyproject.toml config to work with ruff * update devcontainer.json to work with ruff * add ruff instead of black flake8, isort * add exclude and ignore rules to ruff on project.toml * remove flake8 * migrate mypy rules to project.toml * update github actions workflow for rdock-utils - add ruff - remove flake, black, isort - add pytest
lpardey
added a commit
to SunBright-Technologies/rDock
that referenced
this issue
Jan 23, 2024
* update pyproject.toml config to work with ruff * update devcontainer.json to work with ruff * add ruff instead of black flake8, isort * add exclude and ignore rules to ruff on project.toml * remove flake8 * migrate mypy rules to project.toml * update github actions workflow for rdock-utils - add ruff - remove flake, black, isort - add pytest
lpardey
added a commit
to SunBright-Technologies/rDock
that referenced
this issue
Jan 23, 2024
* update pyproject.toml config to work with ruff * update devcontainer.json to work with ruff * add ruff instead of black flake8, isort * add exclude and ignore rules to ruff on project.toml * remove flake8 * migrate mypy rules to project.toml * update github actions workflow for rdock-utils - add ruff - remove flake, black, isort - add pytest
lpardey
added a commit
to SunBright-Technologies/rDock
that referenced
this issue
Jan 23, 2024
* update pyproject.toml config to work with ruff * update devcontainer.json to work with ruff * add ruff instead of black flake8, isort * add exclude and ignore rules to ruff on project.toml * remove flake8 * migrate mypy rules to project.toml * update github actions workflow for rdock-utils - add ruff - remove flake, black, isort - add pytest
ggutierrez-sunbright
pushed a commit
that referenced
this issue
Jan 27, 2024
* update pyproject.toml config to work with ruff * update devcontainer.json to work with ruff * add ruff instead of black flake8, isort * add exclude and ignore rules to ruff on project.toml * remove flake8 * migrate mypy rules to project.toml * update github actions workflow for rdock-utils - add ruff - remove flake, black, isort - add pytest
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
replace flake8, isort and black with ruff, for ease of configuration, and, secondarily, efficiency
The text was updated successfully, but these errors were encountered: