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