add ruff and add all ignore to make the CI pass for now
parent
13a5f8bc
No related branches found
No related tags found
Showing
- .pre-commit-config.yaml 1 addition, 1 deletion.pre-commit-config.yaml
- .ruff.toml 30 additions, 11 deletions.ruff.toml
- arkindex_worker/.ruff.toml 40 additions, 0 deletionsarkindex_worker/.ruff.toml
- arkindex_worker/cache.py 2 additions, 4 deletionsarkindex_worker/cache.py
- arkindex_worker/git.py 4 additions, 6 deletionsarkindex_worker/git.py
- arkindex_worker/image.py 1 addition, 6 deletionsarkindex_worker/image.py
- arkindex_worker/models.py 1 addition, 4 deletionsarkindex_worker/models.py
- arkindex_worker/utils.py 1 addition, 1 deletionarkindex_worker/utils.py
- arkindex_worker/worker/__init__.py 3 additions, 3 deletionsarkindex_worker/worker/__init__.py
- arkindex_worker/worker/entity.py 1 addition, 1 deletionarkindex_worker/worker/entity.py
- hooks/pre-commit 2 additions, 1 deletionhooks/pre-commit
- setup.py 1 addition, 1 deletionsetup.py
- tests/.ruff.toml 34 additions, 0 deletionstests/.ruff.toml
- tests/test_base_worker.py 0 additions, 1 deletiontests/test_base_worker.py
- worker-{{cookiecutter.slug}}/.isort.cfg 0 additions, 7 deletionsworker-{{cookiecutter.slug}}/.isort.cfg
- worker-{{cookiecutter.slug}}/.pre-commit-config.yaml 1 addition, 1 deletionworker-{{cookiecutter.slug}}/.pre-commit-config.yaml
- worker-{{cookiecutter.slug}}/.ruff.toml 31 additions, 13 deletionsworker-{{cookiecutter.slug}}/.ruff.toml
- worker-{{cookiecutter.slug}}/setup.py 4 additions, 1 deletionworker-{{cookiecutter.slug}}/setup.py
- worker-{{cookiecutter.slug}}/worker_{{cookiecutter.slug}}/worker.py 3 additions, 1 deletion...ookiecutter.slug}}/worker_{{cookiecutter.slug}}/worker.py
arkindex_worker/.ruff.toml
0 → 100644
tests/.ruff.toml
0 → 100644
Please register or sign in to comment