swh:1:snp:f8ad9ed34dea9e75c82c1d32e2186255300cf1d2
Raw File
Tip revision: fd1e0c40fce84a69ebc99d4111bbccd563b01871 authored by dependabot[bot] on 06 March 2023, 18:57:47 UTC
[MAINT]: Bump tqdm from 4.63.0 to 4.65.0
Tip revision: fd1e0c4
.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