hacking/hacking/tests
Balazs Gibizer 3fde1e570a Bump flake8 to 5.0 to pick up fixes
There is a bug [1] in older flake8 that we need to pick up. In
particular, Nova has at least one line longer than 80 characters in it
[2] because of that bug. Our own unit tests start breaking with the
new flake8, so we need to fix whitespace for one `if`, and start
calling flake8 with `--enable-extentions` to force flake8 to load
extensions decorated with @off_by_default.

[1] https://github.com/PyCQA/flake8/issues/1534
[2] 5c32d5efe1/nova/image/glance.py (L392)

Change-Id: I7799049924b5a2cde867c88c03154c36831c9670
2023-02-17 14:18:44 -05:00
..
checks Fix unconditional license print if H103 is not selected 2022-02-23 01:12:15 +01:00
__init__.py Add TestCase assertion methods for testing checks 2014-04-29 11:36:59 +02:00
test_config.py Fix import grouping 2013-10-25 16:33:51 +00:00
test_doctest.py Bump flake8 to 5.0 to pick up fixes 2023-02-17 14:18:44 -05:00
test_import_exceptions.py Fix import grouping 2013-10-25 16:33:51 +00:00