swh:1:snp:f8ad9ed34dea9e75c82c1d32e2186255300cf1d2
Raw File
Tip revision: 138c3f890e3574be168c22bb20811c56d74639b8 authored by snyk-bot on 24 May 2023, 16:55:22 UTC
fix: requirements/release.txt to reduce vulnerabilities
Tip revision: 138c3f8
.editorconfig
root = true

[*]
indent_size = 4
indent_style = tab
tab_width = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespaces = true
insert_final_newline = true
max_line_length = 160

[*.yml]
indent_style = space
indent_size = 2

[*.py]
indent_style = space
indent_size = 4
back to top