Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Python
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
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
xAAL
Code
Python
Merge requests
!1
First try of type hints
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
First try of type hints
typehints
into
main
Overview
0
Commits
52
Pipelines
0
Changes
85
Merged
KERDREUX Jerome
requested to merge
typehints
into
main
4 months ago
Overview
0
Commits
52
Pipelines
0
Changes
85
Expand
I'm done w/ type hints test. Ready for merging.
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
2bb9ac3d
52 commits,
4 months ago
85 files
+
1728
−
1085
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
85
Search (e.g. *.vue) (Ctrl+P)
apps/conky/pyproject.toml
+
11
−
0
Options
@@ -13,3 +13,14 @@ dependencies = ["xaal.lib", "xaal.monitor"]
[tool.setuptools.packages.find]
include
=
[
"xaal.conky"
]
[tool.ruff]
line-length
=
122
[tool.ruff.format]
quote-style
=
"preserve"
[tool.black]
line-length
=
122
skip-string-normalization
=
true
Loading