Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
voxlane-back
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
voxlane
voxlane-back
Commits
c9ef067b
Commit
c9ef067b
authored
Mar 19, 2021
by
apeshkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[BACK][VLN][master] add isort
parent
18337a51
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
.pre-commit-config.yaml
.pre-commit-config.yaml
+4
-0
pyproject.toml
pyproject.toml
+2
-0
No files found.
.pre-commit-config.yaml
View file @
c9ef067b
...
...
@@ -6,6 +6,10 @@ repos:
-
id
:
end-of-file-fixer
-
id
:
check-yaml
-
id
:
check-added-large-files
-
repo
:
https://github.com/PyCQA/isort
rev
:
5.7.0
hooks
:
-
id
:
isort
-
repo
:
https://github.com/ambv/black
rev
:
20.8b1
hooks
:
...
...
pyproject.toml
View file @
c9ef067b
...
...
@@ -39,6 +39,8 @@ line-length = 120
include
=
'\.pyi?$'
exclude
=
'/(
\.git
|
\.venv
|
docs
|
static
)/'
[tool.isort]
profile
=
"black"
[build-system]
...
...
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