Commit 8de7e5e6 authored by Koen van der Veen's avatar Koen van der Veen
Browse files

merge

No related merge requests found
Showing with 39 additions and 14 deletions
+39 -14
......@@ -10,7 +10,7 @@ repos:
- id: black
args: ["--line-length", "88"]
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
name: isort (python)
......@@ -20,12 +20,12 @@ repos:
hooks:
- id: flake8
args: ["--max-line-length", "88"]
- repo: local
hooks:
- id: mypy
name: mypy
entry: "make mypy"
language: system
# use require_serial so that script
# is only called once per commit
require_serial: true
# - repo: local
# hooks:
# - id: mypy
# name: mypy
# entry: "make mypy"
# language: system
# # use require_serial so that script
# # is only called once per commit
# require_serial: true
......@@ -6,4 +6,7 @@ lint:
pre-commit run --all-files
mypy:
mypy --package twitter_v2 --namespace-packages
\ No newline at end of file
mypy --package twitter_v2 --namespace-packages
auth:
store_keys && twitter-oauth
......@@ -17,11 +17,9 @@ zip_safe = False
include_package_data = True
packages = find:
install_requires =
pymemri @ git+https://gitlab.memri.io/memri/pymemri.git@dev
pymemri == 0.0.44
loguru ~= 0.6.0
tweepy ~= 4.12.1
numpy
py2store
[options.extras_require]
......@@ -32,6 +30,7 @@ dev =
pytest-timeout ~= 2.1
mypy
types-all
py2store
[mypy]
exclude = tests
......
{
"data": {
"id": "1440324734747492354",
"name": "aby",
"username": "dev_aby"
}
}
\ No newline at end of file
{
"data": {
"description": "Software Developer",
"username": "dev_aby",
"public_metrics": {
"followers_count": 1,
"following_count": 26,
"tweet_count": 20,
"listed_count": 0
},
"profile_image_url": "https://pbs.twimg.com/profile_images/1440567576539459586/23fBe1om_normal.jpg",
"name": "aby",
"id": "1440324734747492354",
"verified": false
}
}
\ No newline at end of file
File deleted
File deleted
File deleted
tests/assets/test_benchmark/GEThttps:/pbs.twimg.com/media/FkdRJ6xUUAAjyNz.jpg

56.3 KB

tests/assets/test_benchmark/GEThttps:/pbs.twimg.com/media/FkehkKLaUAEGn1A.jpg

137 KB

File added
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment