Ordinary Hobbit

Results 24 comments of Ordinary Hobbit

@agronholm pls review changes added as agreed

intro as pre commit

hi, i tested below setup which giving nice traceback: ```python import logging from functools import lru_cache from rich.console import Console from rich.logging import RichHandler console = Console(color_system="256", width=200, style="blue") @lru_cache()...

Hey @stuartaccent You can use my contribution to Microsoft repository here: https://github.com/Microsoft/sql-server-samples/tree/master/samples/development-frameworks/SqlServerOnDocker Jakub

@ronalddas take a look here https://github.com/grillazz/fastapi-sqlalchemy-asyncpg/blob/main/config.ini

@charliermarsh for `B008` is there any simple way to setup `extend-immutable-calls = fastapi.Depends, fastapi.params.Depends` ?

@charliermarsh and @edgarrmondragon thx. I testing and have question. In version `0.0.114` when I spec `select = ["E", "F", "U", "N", "C", "B"]` i get `B008 Do not perform function...

@harupy yes I removed this line. Please find full `pyproject.toml` below ```toml [tool.poetry] name = "fastapi-sqlalchemy-asyncpg" version = "0.0.2" description = "" authors = ["Jakub Miazek "] packages = []...

Test 0.0.120 and problem solved. Thx