Skip to content
Snippets Groups Projects
Commit 06e72e48 authored by Nathan Hertz's avatar Nathan Hertz
Browse files

Small pre-commit config changes

parent b40e6b05
No related branches found
No related tags found
1 merge request!592Small pre-commit config changes
Pipeline #3326 passed
......@@ -12,7 +12,7 @@ repos:
rev: 21.9b0
hooks:
- id: black
args: [--line-length=120]
args: ["--line-length", "120", "--target-version", "py38"]
# Commented out until static analysis report is generated
# Pylint https://pylint.pycqa.org/en/latest/
......@@ -30,7 +30,9 @@ repos:
rev: 5.9.3
hooks:
- id: isort
args: ["--profile", "black", "--filter-files"]
# --treat-all-comment-as-code: Don't move comments around; avoids the problem of moving pylint ignore
# below imports
args: ["--profile", "black", "--treat-all-comment-as-code", "--filter-files"]
# Skywalking-eyes License header tool https://github.com/apache/skywalking-eyes
- repo: local
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment