Skip to content

Commit

Permalink
Introduce black
Browse files Browse the repository at this point in the history
No change was done in the code logic, only formatting was changed.

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
  • Loading branch information
Zlopez committed Feb 5, 2019
1 parent c055f1f commit 5370113
Show file tree
Hide file tree
Showing 144 changed files with 6,877 additions and 6,335 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
matrix:
- TOXENV=lint
- TOXENV=bandit
- TOXENV=black
matrix:
include:
- python: 3.6
Expand Down
4 changes: 2 additions & 2 deletions anitya/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-


__api_version__ = '1.0'
__version__ = '0.14.1'
__api_version__ = "1.0"
__version__ = "0.14.1"

0 comments on commit 5370113

Please sign in to comment.