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
Merge requests
!272
Fix tox issues
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix tox issues
pipepine-fix
into
master
Overview
4
Commits
2
Pipelines
3
Changes
1
All threads resolved!
Hide all comments
Merged
Tom Teichler
requested to merge
pipepine-fix
into
master
4 years ago
Overview
4
Commits
2
Pipelines
3
Changes
1
All threads resolved!
Hide all comments
Expand
Do not install ldap dependencies
Do not reformat migrations
0
0
Merge request reports
Viewing commit
ea578c57
Prev
Next
Show latest version
1 file
+
4
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
ea578c57
Skip migrations
· ea578c57
Tom Teichler
authored
4 years ago
tox.ini
+
4
−
3
Options
@@ -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]
Loading