Michael K.
Michael K.
See django-guardian/django-guardian#504
I don't have a clear opinion. I like type annotations and use them everywhere else but - Django itself rejected a DEP (django/deps#65) regarding type annotations for now: https://groups.google.com/d/topic/django-developers/C_Phs05kL1Q/discussion. -...
I have no experience with `use_scm_version`, but the more automation the better.
The tests passed locally. The failing spec test is a bit annoying. I've looked into it, but spent most of my available time understanding the code.
ref vuepress/vuepress-next#54
I'd say the scope mentioned in the initial comment it to big. Why not target *Python 3.6+ only* with Troposphere 3.0. And then try to do as many of the...
You could use awacs ([PyPI](https://pypi.org/project/awacs/), [GitHub](https://github.com/cloudtools/awacs)). Here are examples: ```python from awacs.codepipeline import ARN from troposphere import Sub Sub( ARN( resource=pipeline_name, region="${AWS::Region}", account="${AWS::AccountId}", ) ) ``` ```python from awacs.cloudformation import...
> we'll need to investigate a little bit what other tools are doing. Here's what [black](https://pypi.org/project/black/) is doing: https://github.com/psf/black#where-black-looks-for-the-file I think it's reasonable to look for a `pyproject.toml` at least...
> New version is released: https://github.com/typeddjango/django-stubs/releases/tag/1.13.0 Thank you for the release. Can you please update https://github.com/typeddjango/django-stubs#version-compatibility accordingly?
Sentry also uses Rust in combination with Python. Here are a few resources if you're not aware of that: - https://github.com/getsentry/milksnake, a setuptools/wheel/cffi extension to embed a binary data in...