amp-renderer
amp-renderer copied to clipboard
Server-side rendering for AMP in Python
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.3 to 7.2.0. Release notes Sourced from pytest's releases. 7.2.0 pytest 7.2.0 (2022-10-23) Deprecations #10012: Update pytest.PytestUnhandledCoroutineWarning{.interpreted-text role="class"} to a deprecation; it will raise an error in...
Bumps [autoflake](https://github.com/PyCQA/autoflake) from 1.7.6 to 1.7.7. Commits 4d46ef7 Bump to 1.7.7 92a0261 fix: Ignore pass multiple lines after docstring with flag (#177) 3d9a7ab pre-commit autoupdate 3fff5bb pre-commit autoupdate See full...
There are two related problems with the current implementation: - [ ] A `sizes` attribute on an `amp-img` with `data-hero` specified is applied to the injected `img` tag*, but then...
Currently, media queries are not grouped by their media condition, and this causes two tests to fail: - [x] ~`converts_heights_attribute_to_css`~ - [ ] `converts_media_attribute_to_css` When implementing media grouping, re-add these...
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.0.4 to 7.2.3. Changelog Sourced from coverage's changelog. Version 7.2.3 — 2023-04-06 Fix: the :ref:config_run_sigterm setting was meant to capture data if a process was terminated with...
Bumps [docformatter](https://github.com/PyCQA/docformatter) from 1.5.1 to 1.6.0. Release notes Sourced from docformatter's releases. v1.6.0 Release v1.6.0 What's Changed fix: remove blank line after method docstring by @weibullguy in PyCQA/docformatter#138 fix: handle...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.0 to 7.3.0. Release notes Sourced from pytest's releases. 7.3.0 pytest 7.3.0 (2023-04-08) Features #10525: Test methods decorated with @classmethod can now be discovered as tests, following...
Bumps [black](https://github.com/psf/black) from 22.12.0 to 23.3.0. Release notes Sourced from black's releases. 23.3.0 Highlights This release fixes a longstanding confusing behavior in Black's GitHub action, where the version of the...
Bumps [flake8-simplify](https://github.com/MartinThoma/flake8-simplify) from 0.19.3 to 0.20.0. Changelog Sourced from flake8-simplify's changelog. 0.20.0 Release on 30.03.2023 New rules: SIM910: dict.get(key, None) → dict.get(key) Commits See full diff in compare view [![Dependabot...