Skip to content

Commit

Permalink
ci: Fix flake8 error in format_pre (envoyproxy#18825)
Browse files Browse the repository at this point in the history
Fixes issue discussed here envoyproxy#18817 (comment)

Signed-off-by: Ryan Northey <ryan@synca.io>

Signed-off-by: phlax <phlax@users.noreply.github.com>
  • Loading branch information
phlax authored and jasonmillerstackpath committed Oct 29, 2021
1 parent 0172788 commit 38de2a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tools/base/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ coloredlogs
coverage
envoy.base.checker
envoy.base.runner
envoy.base.utils
envoy.base.utils>=0.0.10
envoy.code_format.python_check>=0.0.4
envoy.dependency.pip_check>=0.0.4
envoy.distribution.release
Expand Down
7 changes: 4 additions & 3 deletions tools/base/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# pip-compile --allow-unsafe --generate-hashes requirements.in
Expand Down Expand Up @@ -273,8 +273,9 @@ envoy.base.runner==0.0.4 \
# envoy.docs.sphinx-runner
# envoy.github.abstract
# envoy.gpg.sign
envoy.base.utils==0.0.8 \
--hash=sha256:b82e18ab0535207b7136d6980239c9350f7113fa5da7dda781bcb6ad1e05b3ab
envoy.base.utils==0.0.10 \
--hash=sha256:252f47a17c6346b2496c24c239e7ff7b1312a62f0605877c5315176d3387aa61 \
--hash=sha256:a3e9fe045c2f117e4b5754c0f412a46ff1e058796e42aabda416f52029c7cd53
# via
# -r requirements.in
# envoy.code-format.python-check
Expand Down

0 comments on commit 38de2a7

Please sign in to comment.