mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-31 04:58:12 +00:00
Please pyright and type ignore some stuff
This commit is contained in:
parent
6f41bc8238
commit
404a589e87
8 changed files with 18 additions and 18 deletions
2
setup.py
2
setup.py
|
@ -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()
|
||||
version = re.search(r'\d[.]\d[.]\d',path.read_text()).group(0) #type: ignore
|
||||
|
||||
packages = [
|
||||
'github',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue