Skip to content
View spy7's full-sized avatar

Block or report spy7

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
spy7/README.md

hey there


🛠️ Languages and Tools :

Python  Django  C++  PostgreSQL  RabbitMQ  Linux  Docker  Kubernetes  AWS 

Pinned Loading

  1. Pre-commit Pre-commit
    1
    [flake8]
    2
    max-line-length = 88
    3
    ignore=Q000,W503
  2. db_schema db_schema
    1
    from django.conf import settings
    2
    
                  
    3
    
                  
    4
    class MetaModel(type):
    5
        def __new__(metacls, name, bases, namespace):