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
OpenDAS
nerfacc
Commits
1d2c2ed1
Commit
1d2c2ed1
authored
Feb 23, 2023
by
Ruilong Li
Browse files
disable black isort hook
parent
389e20ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
.pre-commit-config.yaml
.pre-commit-config.yaml
+11
-11
No files found.
.pre-commit-config.yaml
View file @
1d2c2ed1
...
@@ -7,15 +7,15 @@ repos:
...
@@ -7,15 +7,15 @@ repos:
-
id
:
check-yaml
-
id
:
check-yaml
-
id
:
check-merge-conflict
-
id
:
check-merge-conflict
-
id
:
requirements-txt-fixer
-
id
:
requirements-txt-fixer
-
repo
:
https://github.com/psf/black
#
- repo: https://github.com/psf/black
rev
:
22.10.0
#
rev: 22.10.0
hooks
:
#
hooks:
-
id
:
black
#
- id: black
language_version
:
python3.8.12
#
language_version: python3.8.12
args
:
# arguments to configure black
#
args: # arguments to configure black
-
--line-length=80
#
- --line-length=80
-
repo
:
https://github.com/pycqa/isort
#
- repo: https://github.com/pycqa/isort
rev
:
5.10.1
#
rev: 5.10.1
hooks
:
#
hooks:
-
id
:
isort
#
- id: isort
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