Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
flask-admin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
flask-admin
Commits
1daad3eb
Commit
1daad3eb
authored
Oct 25, 2018
by
PJ Janse van Rensburg
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into sqlalchemy-utils-types
parents
3ddc092d
43567732
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
requirements-dev.txt
requirements-dev.txt
+1
-0
tox.ini
tox.ini
+1
-1
No files found.
requirements-dev.txt
View file @
1daad3eb
flake8
Flask>=0.7
Flask>=0.7
Flask-SQLAlchemy>=0.15
Flask-SQLAlchemy>=0.15
peewee
peewee
...
...
tox.ini
View file @
1daad3eb
...
@@ -8,7 +8,7 @@ skip_missing_interpreters = true
...
@@ -8,7 +8,7 @@ skip_missing_interpreters = true
[flake8]
[flake8]
max_line_length
=
120
max_line_length
=
120
ignore
=
E402,E722
ignore
=
E402,E722
,W504
[testenv]
[testenv]
setenv
=
setenv
=
...
...
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