Unverified Commit 6c7c92eb authored by fzyzcjy's avatar fzyzcjy Committed by GitHub
Browse files

Enable lint on main (#11794)

parent 5b214b50
name: Lint name: Lint
on: [pull_request] on:
push:
branches: [main]
pull_request:
branches: [main]
jobs: jobs:
lint: lint:
......
...@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment