Skip to content

Commit

Permalink
Merge pull request #26 from toddrob99/develop
Browse files Browse the repository at this point in the history
Standardize Code Formatting
  • Loading branch information
toddrob99 authored Oct 25, 2019
2 parents d262492 + dfb6188 commit beed79b
Show file tree
Hide file tree
Showing 7 changed files with 6,982 additions and 4,266 deletions.
4 changes: 4 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[flake8]
ignore = E203, E501, W503
exclude = .git,__pycache__,docs,build,dist,logs,.vscode
max-line-length = 88
2,426 changes: 1,285 additions & 1,141 deletions docs/endpoints.html

Large diffs are not rendered by default.

4,248 changes: 2,926 additions & 1,322 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/version.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1 class="title">Module <code>statsapi.version</code></h1>
</summary>
<pre><code class="python">#!/usr/bin/env python

VERSION = &#39;0.1.3&#39;</code></pre>
VERSION = &#34;0.1.4&#34;</code></pre>
</details>
</section>
<section>
Expand Down
2,142 changes: 1,481 additions & 661 deletions statsapi/__init__.py

Large diffs are not rendered by default.

2,424 changes: 1,284 additions & 1,140 deletions statsapi/endpoints.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion statsapi/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env python

VERSION = '0.1.3'
VERSION = "0.1.4"

0 comments on commit beed79b

Please sign in to comment.