1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-16 06:05:00 +00:00

Black format

This commit is contained in:
VarMonke 2022-05-11 11:34:51 +05:30
parent 3d49dd9246
commit 6c3fe56acf
8 changed files with 119 additions and 118 deletions

View file

@ -6,7 +6,7 @@ with open('requirements.txt') as f:
requirements = f.read().splitlines()
path = Path(__file__).parent / "github" / "__init__.py"
version = re.search(r'\d[.]\d[.]\d',path.read_text()).group(0) #type: ignore
version = re.search(r'\d[.]\d[.]\d', path.read_text()).group(0) # type: ignore
packages = [
'github',