Skip to content

Commit

Permalink
fix line endings 2
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosgjs committed Jan 5, 2024
1 parent ea4f6dc commit 9f1bb61
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ _results/
_html/

# mlflow output
mlruns/
mlruns/
2 changes: 1 addition & 1 deletion .mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ explicit_package_bases = True
ignore_missing_imports = True

[mypy-mlflow.*]
ignore_missing_imports = True
ignore_missing_imports = True
1 change: 0 additions & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ clean:
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ include = ["src/autora"]
packages = ["src/autora"]

[project.scripts]
autodoc = "autora.doc.pipelines.main:app"
autodoc = "autora.doc.pipelines.main:app"
2 changes: 1 addition & 1 deletion src/.amlignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mlruns/
.mypy_cache/
__pycache__/
__pycache__/

0 comments on commit 9f1bb61

Please sign in to comment.