Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
textgrid-python-clients
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
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
DARIAH-DE
TextGridRep
textgrid-python-clients
Merge requests
!71
Resolve "add ruff as default code formatter and linter"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "add ruff as default code formatter and linter"
97-add-ruff-as-default-code-formatter-and-linter
into
main
Overview
0
Commits
7
Pipelines
3
Changes
35
Merged
Ubbo Veentjer
requested to merge
97-add-ruff-as-default-code-formatter-and-linter
into
main
8 months ago
Overview
0
Commits
7
Pipelines
3
Changes
35
Expand
Closes
#97 (closed)
0
0
Merge request reports
Compare
main
version 2
496203ac
8 months ago
version 1
1c9a2ec3
8 months ago
main (base)
and
latest version
latest version
e49246bd
7 commits,
8 months ago
version 2
496203ac
6 commits,
8 months ago
version 1
1c9a2ec3
5 commits,
8 months ago
35 files
+
637
−
1088
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
35
Search (e.g. *.vue) (Ctrl+P)
.vscode/settings.json
+
0
−
3
Options
{
"python.formatting.provider"
:
"autopep8"
,
"python.defaultInterpreterPath"
:
"venv/bin/python"
,
"pylint.enabled"
:
true
,
"pylint.path"
:
[
"venv/bin/pylint"
],
"ruff.enable"
:
true
,
"python.testing.pytestArgs"
:
[
"tests"
,
Loading