Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
6c7c92eb
Unverified
Commit
6c7c92eb
authored
Oct 18, 2025
by
fzyzcjy
Committed by
GitHub
Oct 17, 2025
Browse files
Enable lint on main (#11794)
parent
5b214b50
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
.github/workflows/lint.yml
.github/workflows/lint.yml
+5
-1
.pre-commit-config.yaml
.pre-commit-config.yaml
+0
-1
No files found.
.github/workflows/lint.yml
View file @
6c7c92eb
name
:
Lint
name
:
Lint
on
:
[
pull_request
]
on
:
push
:
branches
:
[
main
]
pull_request
:
branches
:
[
main
]
jobs
:
jobs
:
lint
:
lint
:
...
...
.pre-commit-config.yaml
View file @
6c7c92eb
...
@@ -17,7 +17,6 @@ repos:
...
@@ -17,7 +17,6 @@ repos:
-
id
:
check-shebang-scripts-are-executable
-
id
:
check-shebang-scripts-are-executable
-
id
:
detect-private-key
-
id
:
detect-private-key
-
id
:
debug-statements
-
id
:
debug-statements
-
id
:
no-commit-to-branch
-
repo
:
https://github.com/PyCQA/isort
-
repo
:
https://github.com/PyCQA/isort
rev
:
5.13.2
rev
:
5.13.2
hooks
:
hooks
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment