linthis 0.22.1

A fast, cross-platform multi-language linter and formatter
Documentation
1
2
3
4
5
6
# Test ruff configuration
line-length = 100

[lint]
select = ["E", "F", "W"]
ignore = ["E501"]