diff --git a/.flake8 b/.flake8 index 38aa33f..ab64631 100644 --- a/.flake8 +++ b/.flake8 @@ -1,5 +1,5 @@ [flake8] select = B,B9,BLK,C,E,F,S,W -ignore = E203,E501,W503 +ignore = E203,E501,W503,W291 per-file-ignores = tests/*:S101 max-line-length = 88 diff --git a/bots/ui/pool_stats.py b/bots/ui/pool_stats.py index cbddfc6..4405247 100644 --- a/bots/ui/pool_stats.py +++ b/bots/ui/pool_stats.py @@ -46,7 +46,7 @@ async def render(self, pool: LiquidityPool, tvl: float) -> str: > - {token1_volume} > - ~{volume} volume this epoch > - ~{fees} fees this epoch -> +> > [Deposit 🐖]({deposit_url}) ● [Incentivize 🙋]({incentivize_url}) """.format( **template_args