Fraser
Fraser
Regression of #1976 #1977 #1609 #1940 This time I have noticed that changing `MyExc(Exception)` to `MyExc(BaseException)` means the error does get sent to stdout (if that helps) I tried to...
#### Specify subset of files to run import-linter on eg `lint-imports path/to/file_a.py path/to/file_b.py ...` Our pipelines all make use of git diff output to run checks ie `CHANGED_FILES=$(git diff --name-only...
Just adding a bit more docs on getting setup, just feedback from a first timer setting up the repo :) I went with a basic requirements-dev.txt to hold the requirements...
I am not sure if I just kind find the docs, because I expected this to be included in either I (isort) or TCH (flake8-type-checking). Although no PEP recommends where...
Similar question to #492 I can't see any official docs, are there any good resources? We want to look at integrating ninja into existing DRF and allow for transition period...
Can't offer too much more info unfortunately, I literally opened my laptop up in the morning and the same command won't run, quite baffling ``` > lint-imports --verbose ============= Import...
.importlinter ``` [importlinter] root_packages= blueprinter blueprinting database design interfaces legacy mail mapbox render_api respawned_models utils worker worker_handlers include_external_packages = False exclude_type_checking_imports = True [importlinter:contract:import-order] name = import order type =...
hi, thanks for the package! thought I would make a issue to track any decisions around getting [architecture](https://mermaid.js.org/syntax/architecture.html) diagram types in. I saw it was mentioned in #41 but figured...
I was configuring some stdlib logs (eg `requests`) and I want the log to emit with the callsite from my code not the lib, and so I added `additional_ignores=["urllib3", "requests"]`...
If you inspect the stack the args are present in `logging.Handler.format` but not `structlog.stdlib.ProcessorFormatter.format` ``` processor, temp.py:15