Update git submodules

* Update hacking from branch 'master'
  to 3fde1e570a064ce38e7c512b16610ff4650426c3
  - 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
This commit is contained in:
Balazs Gibizer 2023-04-14 08:51:13 +01:00 committed by Gerrit Code Review
parent 9d74650dfb
commit abb695d9ba
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 52b9f4f11079fd108f7a276bfac82567c028ac65
Subproject commit 3fde1e570a064ce38e7c512b16610ff4650426c3