"test/git@developer.sourcefind.cn:change/sglang.git" did not exist on "b808a38365b082e6ef0e25c673ed56b9bdd6f73c"
Commit e74c73a8 authored by Aymeric Augustin's avatar Aymeric Augustin
Browse files

Enable F841 warning in flake8.

parent e6c0019c
...@@ -24,5 +24,5 @@ multi_line_output = 3 ...@@ -24,5 +24,5 @@ multi_line_output = 3
use_parentheses = True use_parentheses = True
[flake8] [flake8]
ignore = E203, E501, F841, W503 ignore = E203, E501, W503
max-line-length = 119 max-line-length = 119
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment