Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
74db27487f
|
|||
95b58e85a9
|
|||
83658af314 | |||
e9086c1582 | |||
fdd534ba41 | |||
9d97f8d4b2 | |||
0c06d2ed58
|
|||
245c747991
|
@@ -3,6 +3,12 @@
|
|||||||
"extends": [
|
"extends": [
|
||||||
"config:base"
|
"config:base"
|
||||||
],
|
],
|
||||||
|
"pip_requirements": {
|
||||||
|
"fileMatch": [
|
||||||
|
"requirements/.*\\.txt$"
|
||||||
|
],
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchUpdateTypes": [
|
"matchUpdateTypes": [
|
||||||
|
@@ -1 +1 @@
|
|||||||
aiofiles~=23.1.0
|
aiofiles>=23.0.0
|
@@ -1,10 +1,11 @@
|
|||||||
black==23.7.0
|
black==23.7.0
|
||||||
|
build==0.10.0
|
||||||
isort==5.12.0
|
isort==5.12.0
|
||||||
mypy==1.4.1
|
mypy==1.5.0
|
||||||
pylint==2.17.5
|
pylint==2.17.5
|
||||||
pytest-asyncio==0.21.1
|
pytest-asyncio==0.21.1
|
||||||
pytest-cov==4.1.0
|
pytest-cov==4.1.0
|
||||||
pytest==7.4.0
|
pytest==7.4.0
|
||||||
tox==4.6.4
|
tox==4.7.0
|
||||||
types-aiofiles==23.1.0.5
|
types-aiofiles==23.1.0.5
|
||||||
types-ujson==5.8.0.1
|
types-ujson==5.8.0.1
|
@@ -1,4 +1,4 @@
|
|||||||
__version__ = "2.0.0"
|
__version__ = "2.0.1"
|
||||||
__license__ = "GPL3"
|
__license__ = "GPL3"
|
||||||
__author__ = "Profitroll"
|
__author__ = "Profitroll"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user