Fix quality

This commit is contained in:
Sylvain Gugger
2023-02-22 03:36:15 -05:00
parent 24b930ad1d
commit ee6e71e29c
3 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ target-version = ['py37']
[tool.ruff]
# Never enforce `E501` (line length violations).
ignore = ["E501", "E741", "W605"]
ignore = ["C901", "E501", "E741", "W605"]
select = ["C", "E", "F", "I", "W"]
line-length = 119