Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Commits
ea578c57
Verified
Commit
ea578c57
authored
4 years ago
by
Tom Teichler
Browse files
Options
Downloads
Patches
Plain Diff
Skip migrations
parent
2af0d14a
No related branches found
No related tags found
1 merge request
!272
Fix tox issues
Pipeline
#2117
passed
4 years ago
Stage: test
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tox.ini
+4
-3
4 additions, 3 deletions
tox.ini
with
4 additions
and
3 deletions
tox.ini
+
4
−
3
View file @
ea578c57
...
...
@@ -22,9 +22,9 @@ setenv =
[testenv:lint]
commands
=
-
poetry
run
black
--check
--diff
aleksis/
--exclude
"migrations"
-
poetry
run
isort
-c
--diff
--stdout
-rc
-s
migrations
aleksis/
poetry
run
flake8
{posargs}
--exclude-from-doctest
migrations
aleksis/
-
poetry
run
black
--check
--diff
aleksis/
-
poetry
run
isort
-c
--diff
--stdout
-rc
aleksis/
poetry
run
flake8
{posargs}
aleksis/
[testenv:security]
commands
=
...
...
@@ -56,6 +56,7 @@ use_parantheses = 1
default_section
=
THIRDPARTY
known_first_party
=
aleksis
known_django
=
django
skip
=
migrations
sections
=
FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
[mypy]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment