summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 16:10:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 16:10:48 +0000
commit7524799411d9ffd701ad12ded2cf0d4bc3dd5387 (patch)
treeb93faa52ac2c96dc7e6b7af8d1268f234053f5d3 /.github
parentReleasing debian version 0.9.0-1. (diff)
downloadpydyf-7524799411d9ffd701ad12ded2cf0d4bc3dd5387.tar.xz
pydyf-7524799411d9ffd701ad12ded2cf0d4bc3dd5387.zip
Merging upstream version 0.10.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 8de9881..fd08565 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -38,6 +38,4 @@ jobs:
- name: Launch tests
run: python -m pytest
- name: Check coding style
- run: python -m flake8
- - name: Check imports order
- run: python -m isort . --check --diff
+ run: python -m ruff check