I am Ivan. Front End Dev with experience in React and Vue in web and mobile
zulvkr
Follow
๐
Working from home
Pinned Loading
-
Default vscode setup for flake8 + bl...
Default vscode setup for flake8 + black + mypy + isort 1{
2"python.linting.flake8Enabled": true,
3"python.linting.enabled": true,
4"python.formatting.provider": "black",
5"python.linting.mypyEnabled": true,
-
Scrapy Cloudscraper Downloader Middl...
Scrapy Cloudscraper Downloader Middleware 1from scrapy.http import HtmlResponse
2import cloudscraper
34class CloudscraperMiddleware(object):
5scraper = cloudscraper.create_scraper()
-
Good defaults for a Python project: ...
Good defaults for a Python project: Poetry + pre-commit + black + flakehell + isort 1repos:
2- repo: local
3hooks:
4- id: black
5name: black
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.