Merge "Bump hacking"

This commit is contained in:
Zuul 2024-02-21 07:40:04 +00:00 committed by Gerrit Code Review
commit 64e0f7c895
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ import pecan
def target_from_segregation_rule(headers, enforcer):
"""Return a target that corresponds of an alarm returned by segregation rule
"""Return a target corresponding to an alarm returned by segregation rule
This allows to use project_id: in an oslo_policy rule for query/listing.

View File

@ -50,7 +50,7 @@ commands =
coverage report
[testenv:pep8]
deps = hacking>=3.0,<3.1.0
deps = hacking>=6.1.0,<6.2.0
commands =
flake8