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
fcd04233
Verified
Commit
fcd04233
authored
1 year ago
by
Jonathan Weth
Browse files
Options
Downloads
Patches
Plain Diff
Fix lint
parent
dbc5d5e7
No related branches found
No related tags found
1 merge request
!1501
Prepare relase 3.1.6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
aleksis/core/checks.py
+1
-1
1 addition, 1 deletion
aleksis/core/checks.py
pyproject.toml
+0
-1
0 additions, 1 deletion
pyproject.toml
tox.ini
+1
-13
1 addition, 13 deletions
tox.ini
with
2 additions
and
15 deletions
aleksis/core/checks.py
+
1
−
1
View file @
fcd04233
from
typing
import
Optional
import
django.apps
from
django.core.checks
import
Tags
,
Warning
,
register
from
django.core.checks
import
Tags
,
Warning
,
register
# noqa: A004
from
.mixins
import
ExtensibleModel
,
GlobalPermissionModel
,
PureDjangoModel
from
.util.apps
import
AppConfig
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
0
−
1
View file @
fcd04233
...
...
@@ -146,7 +146,6 @@ safety = "^2.3.5"
flake8
=
"^6.0.0"
flake8-django
=
"^1.0.0"
flake8-fixme
=
"^1.1.1"
flake8-mypy
=
"^17.8.0"
flake8-bandit
=
"^4.1.1"
flake8-builtins
=
"^2.0.0"
flake8-docstrings
=
"^1.5.0"
...
...
This diff is collapsed.
Click to expand it.
tox.ini
+
1
−
13
View file @
fcd04233
...
...
@@ -61,7 +61,7 @@ commands =
[flake8]
max_line_length
=
100
exclude
=
migrations,tests
ignore
=
BLK100,E203,E231,W503,D100,D101,D102,D103,D104,D105,D106,D107,RST215,RST214,F821,F841,S106,T100,T101,DJ05
ignore
=
BLK100,E203,E231,W503,D100,D101,D102,D103,D104,D105,D106,D107,RST215,RST214,F821,F841,S106,T100,T101,DJ05
,A005
[isort]
profile
=
black
...
...
@@ -72,18 +72,6 @@ known_django = django
skip
=
migrations
sections
=
FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
[mypy]
plugins
=
mypy_django_plugin.main
python_version
=
3.8
platform
=
linux
show_column_numbers
=
True
follow_imports
=
skip
ignore_missing_imports
=
True
cache_dir
=
/dev/null
[mypy.plugins.django-stubs]
django_settings_module
=
aleksis.core.settings
[pytest]
DJANGO_SETTINGS_MODULE
=
aleksis.core.settings
junit_family
=
legacy
...
...
This diff is collapsed.
Click to expand it.
Jonathan Weth
@hansegucker
mentioned in commit
40284b9a
·
1 year ago
mentioned in commit
40284b9a
mentioned in commit 40284b9a8ebce358dd1dc86e5418dbd05090abce
Toggle commit list
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