João G. Atkinson A.

Results 79 comments of João G. Atkinson A.

Also, in ".github/workflows/format.yml": - The `linter` job, seems unnecessary since it is already provided for in the pre-commit hooks - The pre-commit action is deprecated, and the pre-commit.ci (already configured...

I change the CI to install the specifics extras, can you rerun the CI @edgarriba ? 😅

I merged this new CI actions and update it

there was one `]` extra, now all CI should be corrected 😅

Maybe some specific problem at the docker init script? I try this in a Colab Notebook and works fine to me: cell#1 ```python !pip install git+https://github.com/kornia/kornia.git -q import kornia print(kornia.__version__)...

I get it. To get the `__version__` from directly the source instead of the package installed info will be an ugly thing to have, I think will be something like:...

I think this can help: ```diff diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ default_language_version: - python: python3.8 + python: python3.7 ci: autofix_prs: true @@ -45,7 +45,7 @@ repos: rev:...

> @johnnv1 do you think this is relevant to explore ? Things that i think should be nice too because of git diff: - i would like to see https://github.com/asottile/reorder_python_imports...