Flake8-aaa

Latest version: v0.17.0

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 6

0.13.0

--------------------

Added
.....

* 📕 Extended Changelog entries to include markers indicating focus. `Pull 201
<https://github.com/jamescooke/flake8-aaa/pull/201>`_

* 🎈 Support for Pytest context managers ``pytest.warns()`` and
``pytest.deprecated_call()``. `Issue 196
<https://github.com/jamescooke/flake8-aaa/issues/196>`_, `pull #199
<https://github.com/jamescooke/flake8-aaa/pull/199>`_.

* ⛏️ "Bad" example added for scenario where manager will only be found if it is
in the ``pytest`` namespace. To be compatible with Flake8-AAA tests need to
``import pytest`` and not ``from pytest import raises``. `Pull 199
<https://github.com/jamescooke/flake8-aaa/pull/199>`_.

Changed
.......

* ⛏️ CI system (GitHub Actions) adjusted to install pinned requirements from
``ci.txt`` rather than un-pinned / rolling requirements at "action time".
`Pull 197 <https://github.com/jamescooke/flake8-aaa/pull/197>`_ . Also:

- Pinned Ubuntu GHA image to ``ubuntu-22.04``

- Fixed ``tox.ini`` config to use ``allowlist_externals``.

* 📕 Documentation for error ``AAA01`` no Act block found in test expanded to
contain problematic code / correct code examples. Progress on `Issue 149
<https://github.com/jamescooke/flake8-aaa/issues/149>`_, `pull #201
<https://github.com/jamescooke/flake8-aaa/pull/201>`_.

Fixed
.....

* 📕 Added missing Python 3.6 compatibility notes missing from ``v0.12.2``
`documentation
<https://flake8-aaa.readthedocs.io/en/v0.12.2/compatibility.html>`_. `Pull
201 <https://github.com/jamescooke/flake8-aaa/pull/201>`_.

* 📕 Supported Python version list updated: remove 3.6 and add 3.10. `Pull 201
<https://github.com/jamescooke/flake8-aaa/pull/201>`_.

0.12.2

--------------------

Removed
.......

* Support for Python 3.6 `189
<https://github.com/jamescooke/flake8-aaa/pull/189>`_

0.12.1

--------------------

Added
.....

* Support for Python 3.10 `187
<https://github.com/jamescooke/flake8-aaa/pull/187>`_

0.12.0

--------------------

Fixed
.....

* Fix marking of act blocks on multiple lines - allow `` act`` markers to be
found on the last line of possible multi line act blocks. `165
<https://github.com/jamescooke/flake8-aaa/issues/165>`_

0.11.2

--------------------

Added
.....

* Support for Python 3.9 `177
<https://github.com/jamescooke/flake8-aaa/pull/177>`_

Changed
.......

* CI system changed from Travis to GitHub actions. `173
<https://github.com/jamescooke/flake8-aaa/issues/173>`_.

* Adjusted "examples_aaa" tox environments to sort both outputs and expected
outputs because there were inconsistencies in sorting between local dev and
CI.

0.11.1

--------------------

Fixed
.....

* Bug which prevented act block hints containing capital letters (like ``
Act``) from being found `167
<https://github.com/jamescooke/flake8-aaa/issues/167>`_

Page 2 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.