Skip to content
GitLab
Next
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
A
AI Gateway Community Fork
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
GitLab Community
ModelOps
AI Assisted (formerly Applied ML)
Code Suggestions
AI Gateway Community Fork
Commits
37a64b91
Commit
37a64b91
authored
2 weeks ago
by
Nathan Weinshenker
Committed by
Tan Le
2 weeks ago
Browse files
Options
Downloads
Patches
Plain Diff
chore: pin v5 isort dependency
parent
88a8195c
No related branches found
No related tags found
3 merge requests
!42
Main
,
!41
Main
,
!40
Main
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
poetry.lock
+1
-1
1 addition, 1 deletion
poetry.lock
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
renovate.json
+8
-1
8 additions, 1 deletion
renovate.json
with
10 additions
and
3 deletions
poetry.lock
+
1
−
1
View file @
37a64b91
...
@@ -4743,4 +4743,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
...
@@ -4743,4 +4743,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
[
metadata
]
[
metadata
]
lock-version
=
"2.1"
lock-version
=
"2.1"
python-versions
=
"~3.11.0"
python-versions
=
"~3.11.0"
content-hash
=
"
e2e30a6cc057f5c256b5abaf8708f42b798819c98bbdd4c24dd8cf83a0f4fb42
"
content-hash
=
"
847ec2d01317a9fdb8352a681f3f417dd6d23352fc026fcc6e91218e8676d06d
"
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
37a64b91
...
@@ -75,7 +75,7 @@ optional = true
...
@@ -75,7 +75,7 @@ optional = true
[tool.poetry.group.lint.dependencies]
[tool.poetry.group.lint.dependencies]
flake8
=
"^7.0.0"
flake8
=
"^7.0.0"
isort
=
"
^
5.12.0"
isort
=
"
>
=
5.12
.
0
,
<
6.0
.
0
"
black
=
"^25.0.0"
black
=
"^25.0.0"
pylint
=
"^3.0.3"
pylint
=
"^3.0.3"
astroid
=
"^3.0.2"
astroid
=
"^3.0.2"
...
...
This diff is collapsed.
Click to expand it.
renovate.json
+
8
−
1
View file @
37a64b91
...
@@ -17,5 +17,12 @@
...
@@ -17,5 +17,12 @@
"stanhu"
,
"stanhu"
,
"tle_gitlab"
"tle_gitlab"
],
],
"ignoreDeps"
:
[
"errata-ai/vale"
,
"DavidAnson/markdownlint-cli2"
,
"node"
,
"ruby"
]
"ignoreDeps"
:
[
"errata-ai/vale"
,
"DavidAnson/markdownlint-cli2"
,
"node"
,
"ruby"
],
"packageRules"
:
[
{
"matchPackageNames"
:
[
"isort"
],
"matchUpdateTypes"
:
[
"major"
],
"enabled"
:
false
}
]
}
}
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