From 361e0c0f1c66b9dd16754b0e038cc1597366f7e0 Mon Sep 17 00:00:00 2001 From: Dorian Turba <froggit.commit.z3jqj@simplelogin.com> Date: Mon, 10 Jul 2023 19:59:10 +0200 Subject: [PATCH] fix ruff command --- python/code_quality/ruff/ruff.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/code_quality/ruff/ruff.yml b/python/code_quality/ruff/ruff.yml index 14838ae..ed4a47c 100644 --- a/python/code_quality/ruff/ruff.yml +++ b/python/code_quality/ruff/ruff.yml @@ -6,7 +6,7 @@ ruff: - python -m venv venv --upgrade-deps || python -m venv venv # upgrade-deps is not supported before 3.9 - source venv/bin/activate - pip install ruff - - ruff + - ruff check . only: changes: - ./**/*.py -- GitLab