Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Python project template
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CHIMeRA
templates
Python project template
Commits
f89da17f
Unverified
Commit
f89da17f
authored
5 months ago
by
dajuno
Browse files
Options
Downloads
Patches
Plain Diff
mark ruff as recommended tool
parent
38349262
Branches
main
No related tags found
No related merge requests found
Pipeline
#18899
passed
5 months ago
Stage: static analysis
Stage: test
Stage: pages
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-2
2 additions, 2 deletions
README.md
with
2 additions
and
2 deletions
README.md
+
2
−
2
View file @
f89da17f
...
...
@@ -323,8 +323,8 @@ Here is an exhaustive list of formatters: <https://github.com/life4/awesome-pyth
A reasonable selection of tools could be:
`flake8`
+
`black`
+
`isort`
. (That is what we
have been using in CHIMeRA.)
Alternatively,
[
`ruff`
](
https://docs.astral.sh/ruff/
)
is a new tool that does
it all: linting
and formatting, with sane default settings.
**Recommendation**
:
Alternatively,
[
`ruff`
](
https://docs.astral.sh/ruff/
)
is a new tool that does
it all: linting
and formatting, with sane default settings.
**We will proceed with `ruff` as our only linting and formatting tool.**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment