Compare commits
7
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ff306b87d2 | ||
|
|
1ced64de65 | ||
|
|
37350da1b2 | ||
|
|
19b7eef123 | ||
|
|
6bd8d14190 | ||
|
|
f6ddfbe5cf | ||
|
|
1b66eddfb4 |
@@ -1,9 +0,0 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: pip
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
open-pull-requests-limit: 10
|
||||
reviewers:
|
||||
- fronzbot
|
||||
@@ -3,8 +3,8 @@
|
||||
import os
|
||||
|
||||
MAJOR_VERSION = 0
|
||||
MINOR_VERSION = 18
|
||||
PATCH_VERSION = "0.dev0"
|
||||
MINOR_VERSION = 17
|
||||
PATCH_VERSION = 1
|
||||
|
||||
__version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}.{PATCH_VERSION}"
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
black==21.6b0
|
||||
coverage==5.5
|
||||
flake8==3.9.1
|
||||
flake8-docstrings==1.6.0
|
||||
pre-commit==2.12.1
|
||||
pylint==2.8.2
|
||||
pydocstyle==6.0.0
|
||||
pytest==6.2.4
|
||||
black==19.10b0
|
||||
coverage==5.4
|
||||
flake8==3.8.4
|
||||
flake8-docstrings==1.5.0
|
||||
pre-commit==2.10.1
|
||||
pylint==2.6.2
|
||||
pydocstyle==5.1.1
|
||||
pytest==6.2.2
|
||||
pytest-cov==2.11.1
|
||||
pytest-sugar==0.9.4
|
||||
pytest-timeout==1.4.2
|
||||
restructuredtext-lint==1.3.2
|
||||
pygments==2.9.0
|
||||
pygments==2.8.0
|
||||
testtools>=2.4.0
|
||||
|
||||
Reference in New Issue
Block a user