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

merge

parents 5cdb263f e87d7a22
Showing with 39 additions and 14 deletions
+39 -14
...@@ -10,7 +10,7 @@ repos: ...@@ -10,7 +10,7 @@ repos:
- id: black - id: black
args: ["--line-length", "88"] args: ["--line-length", "88"]
- repo: https://github.com/pycqa/isort - repo: https://github.com/pycqa/isort
rev: 5.10.1 rev: 5.12.0
hooks: hooks:
- id: isort - id: isort
name: isort (python) name: isort (python)
...@@ -20,12 +20,12 @@ repos: ...@@ -20,12 +20,12 @@ repos:
hooks: hooks:
- id: flake8 - id: flake8
args: ["--max-line-length", "88"] args: ["--max-line-length", "88"]
- repo: local # - repo: local
hooks: # hooks:
- id: mypy # - id: mypy
name: mypy # name: mypy
entry: "make mypy" # entry: "make mypy"
language: system # language: system
# use require_serial so that script # # use require_serial so that script
# is only called once per commit # # is only called once per commit
require_serial: true # require_serial: true
...@@ -6,4 +6,7 @@ lint: ...@@ -6,4 +6,7 @@ lint:
pre-commit run --all-files pre-commit run --all-files
mypy: mypy:
mypy --package twitter_v2 --namespace-packages mypy --package twitter_v2 --namespace-packages
\ No newline at end of file
auth:
store_keys && twitter-oauth
...@@ -17,11 +17,9 @@ zip_safe = False ...@@ -17,11 +17,9 @@ zip_safe = False
include_package_data = True include_package_data = True
packages = find: packages = find:
install_requires = install_requires =
pymemri @ git+https://gitlab.memri.io/memri/pymemri.git@dev pymemri == 0.0.44
loguru ~= 0.6.0 loguru ~= 0.6.0
tweepy ~= 4.12.1 tweepy ~= 4.12.1
numpy
py2store
[options.extras_require] [options.extras_require]
...@@ -32,6 +30,7 @@ dev = ...@@ -32,6 +30,7 @@ dev =
pytest-timeout ~= 2.1 pytest-timeout ~= 2.1
mypy mypy
types-all types-all
py2store
[mypy] [mypy]
exclude = tests 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