Skip to content

Commit

Permalink
Merge pull request #52 from timgates42/feature/latest_cookiecutter_up…
Browse files Browse the repository at this point in the history
…dat_61

Latest cookiecutter updates
  • Loading branch information
timgates42 committed Aug 23, 2019
2 parents 9312a3e + e626840 commit c7a11dd
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions app/.isort.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[isort]
not_skip = __init__.py
line_length = 88
2 changes: 1 addition & 1 deletion app/.pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ confidence=
# --enable=similarities". If you want to run only the classes checker, but have
# no Warning level messages displayed, use"--disable=all --enable=classes
# --disable=W"
disable=useless-object-inheritance
disable=useless-object-inheritance,bad-continuation

# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
Expand Down
3 changes: 3 additions & 0 deletions app/setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[isort]
not_skip = __init__.py
line_length = 88
3 changes: 2 additions & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@
"license": [
"GPLv3+",
"MIT"
]
],
"entry_points": ""
}
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ services:
- TRAVIS_TIMER_START_TIME
- TRAVIS_TMPDIR
- TRAVIS_UID
- USER
- USERNAME
volumes:
- type: bind
source: .
Expand Down
4 changes: 3 additions & 1 deletion docs/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ conftest
contrib
cookiecutter
CookieCutter
module_goes_here
cov
css
datetime
Expand All @@ -39,6 +38,7 @@ DOCTYPE
docutils
exename
genindex
GitPython
GPLv
hh
hostname
Expand All @@ -63,6 +63,7 @@ newplaceid
noqa
nosec
pademelon
pademelon
parallelization
param
params
Expand Down Expand Up @@ -126,3 +127,4 @@ webgui
xdist
xml
yyyy
module_goes_here

0 comments on commit c7a11dd

Please sign in to comment.