vorta/.github
Divyansh Singh f0a5a36275
ci: Add ruff including print checks
Adds ruff replacing isort. Ruff comes with all flake8 rules and additional rules for print statements.

* .github/workflows/test.yml : Replace isort with ruff in comment

* .editorconfig : Update `yml` config to apply to all yaml files.

* Makefile (lint): Run ruff, remove isort

* .pre-commit-config.yaml : Remove isort, run ruff

* pyproject.toml : Configure ruff. Remove isort config.

* requirements.d/dev.txt : Add ruff, remove isort

* setup.cfg : Extend flake8 file ignore

* src/vorta/__main__.py : Add *noqa* for print statement.
2023-05-01 10:25:14 +02:00
..
ISSUE_TEMPLATE Fix typo in issue bug template 2023-01-18 10:54:29 +01:00
workflows ci: Add ruff including print checks 2023-05-01 10:25:14 +02:00
CONTRIBUTING.md Add CONTRIBUTING file. 2022-09-18 08:31:04 +02:00
pull_request_template.md Change check order in PR template. 2023-03-06 11:41:06 +00:00
stale.yml Limit Stale Bot to issues only. 2020-10-16 15:50:08 +08:00