Skip to content

Commit

Permalink
applying patch from the old repo (#4)
Browse files Browse the repository at this point in the history
fix README.md

Co-authored-by: fonhorst <fonhorst@alipoov.nb@gmail.com>
  • Loading branch information
fonhorst and fonhorst committed Oct 25, 2022
1 parent e487a9b commit b503eaf
Show file tree
Hide file tree
Showing 209 changed files with 4,328 additions and 4,587 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.git
# tests
tests
dumps
imgs
docs
Expand Down
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -708,4 +708,4 @@ ij_yaml_keep_indents_on_empty_lines = false
ij_yaml_keep_line_breaks = true

[*.scala]
indent_size = 2
indent_size = 2
14 changes: 1 addition & 13 deletions .flake8
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
[flake8]
max-line-length = 120
ignore = D104, D105, D107, E402, E203, W503, W605, E722, E501
docstring-convention = google
per-file-ignores =
slama/automl/presets/tabular_presets.py:D102
slama/automl/presets/text_presets.py:D102
slama/automl/presets/utils.py:D100,D102,D103
slama/report/report_deco.py:D101,D102,D103,D205,D212,D412,D415
slama/text/sentence_pooling.py:D102
slama/utils/*:D101,D102,D103
docs/*:D100,D103
examples/*:D100,D103
tests/*:D100,D103
check_docs.py:D100
ignore = E402, E203, W503, W605, E722, E501
exclude =
.git
__pycache__
Expand Down

0 comments on commit b503eaf

Please sign in to comment.