Log In
elections
Clone
Source Code
GIT
Source
Issues
10
Pull Requests
5
Roadmap
Stats
Overview
Files
Commits
Branches
Forks
Releases
ef76f93
Linting
Authored and Committed by
abompard
6 months ago
raw
patch
tree
parent
23 files changed.
113 lines added
.
150 lines removed
.
alembic/env.py
file modified
+0
-3
alembic/script.py.mako
file modified
+4
-4
alembic/versions/2b8f5a6f10a4_store_fas_name_locally.py
file modified
+1
-2
alembic/versions/523f7d5c58d7_make_fpca_1_optional.py
file modified
+3
-3
alembic/versions/5ecdd55b4af4_add_badge_support_to_elections.py
file modified
+1
-2
alembic/versions/d07c5ef2d03_add_max_votes_to_ele.py
file modified
+1
-2
fedora_elections/__init__.py
file modified
+5
-12
fedora_elections/admin.py
file modified
+6
-11
fedora_elections/elections.py
file modified
+5
-6
fedora_elections/forms.py
file modified
+2
-6
setup.cfg
file modified
+2
-0
tests/__init__.py
file modified
+7
-9
tests/conftest.py
file modified
+2
-2
tests/test_candidate.py
file modified
+0
-4
tests/test_election.py
file modified
+2
-5
tests/test_flask.py
file modified
+1
-6
tests/test_flask_admin.py
file modified
+64
-41
tests/test_flask_elections.py
file modified
+1
-6
tests/test_flask_irc.py
file modified
+2
-7
tests/test_flask_range_voting.py
file modified
+1
-6
tests/test_flask_select_voting.py
file modified
+1
-6
tests/test_flask_simple_voting.py
file modified
+1
-6
wsgi.py
file modified
+1
-1
Linting Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
alembic/env.py
file modified
+0
-3
alembic/script.py.mako
file modified
+4
-4
alembic/versions/2b8f5a6f10a4_store_fas_name_locally.py
file modified
+1
-2
alembic/versions/523f7d5c58d7_make_fpca_1_optional.py
file modified
+3
-3
alembic/versions/5ecdd55b4af4_add_badge_support_to_elections.py
file modified
+1
-2
alembic/versions/d07c5ef2d03_add_max_votes_to_ele.py
file modified
+1
-2
fedora_elections/__init__.py
file modified
+5
-12
fedora_elections/admin.py
file modified
+6
-11
fedora_elections/elections.py
file modified
+5
-6
fedora_elections/forms.py
file modified
+2
-6
setup.cfg
file modified
+2
-0
tests/__init__.py
file modified
+7
-9
tests/conftest.py
file modified
+2
-2
tests/test_candidate.py
file modified
+0
-4
tests/test_election.py
file modified
+2
-5
tests/test_flask.py
file modified
+1
-6
tests/test_flask_admin.py
file modified
+64
-41
tests/test_flask_elections.py
file modified
+1
-6
tests/test_flask_irc.py
file modified
+2
-7
tests/test_flask_range_voting.py
file modified
+1
-6
tests/test_flask_select_voting.py
file modified
+1
-6
tests/test_flask_simple_voting.py
file modified
+1
-6
wsgi.py
file modified
+1
-1