Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce black #725

Merged
merged 1 commit into from
Feb 22, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ env:
- PYTHONWARNINGS=always::DeprecationWarning
matrix:
- TOXENV=lint
- TOXENV=bandit
matrix:
include:
- python: 3.6
Expand All @@ -29,5 +28,9 @@ matrix:
sudo: required # required for Python 3.8 (travis-ci/travis-ci#9069)
- python: 3.6
env: TOXENV=docs
- python: 3.6
env: TOXENV=bandit
- python: 3.6
env: TOXENV=black
allow_failures:
- python: nightly
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.15.0'
__api_version__ = "1.0"
__version__ = "0.14.1"
Loading