slorg1
slorg1
Addresses #72
The `@contract` decorator does not work with type hinting in python. I made this PR to help: #93
Building on top of PR #85, I added basic python type hinting to help pass the decorated functions' parameters & types through the decorator
@AndreaCensi this is a PR that has both of the other 2 (#84 and #81 ) in it (to simplify the merge if you agree to both changes). Thank you...
Added an integration to another project that I have used and it is very complementary to this one. The linking code should not trigger unless imported (expect a `NOOP`)
Surgical updates to comply with basic CSP. This allows the required inline script for this django extension to run in a safe way. If [django CSP](https://django-csp.readthedocs.io/en/latest/) is not installed: everything...
Fix #385 The issue is that creating the `Settings` objects already configures the `settings`.
I get a crash now when using the commandline flags. Fix https://github.com/PyCQA/pylint-django/issues/385 The issue is that creating the Settings objects already configures the settings. See the symptom: ``` $ pylint...