Skip to content
View zulvkr's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Organizations

@JS-Bootcamp-Study-Group
Block or Report

Block or report zulvkr

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
zulvkr/README.md

Hi there ๐Ÿ‘‹

I am Ivan. Front End Dev with experience in React and Vue in web and mobile

Pinned Loading

  1. 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,
  2. Scrapy Cloudscraper Downloader Middl... Scrapy Cloudscraper Downloader Middleware
    1
    from scrapy.http import HtmlResponse
    2
    import cloudscraper
    3
    
                  
    4
    class CloudscraperMiddleware(object):
    5
        scraper = cloudscraper.create_scraper()
  3. Good defaults for a Python project: ... Good defaults for a Python project: Poetry + pre-commit + black + flakehell + isort
    1
    repos:
    2
    - repo: local
    3
      hooks:
    4
      - id: black
    5
        name: black