Skip to content

Commit ee72e26

Browse files
committed
Do not lint on lowest Python environment
You get a few false positives from an older version of pyright if you do. Signed-off-by: mulhern <amulhern@redhat.com>
1 parent df3dc34 commit ee72e26

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,6 @@ jobs:
6363
strategy:
6464
matrix:
6565
include:
66-
- dependencies: >
67-
bandit
68-
pylint
69-
python3-dbus
70-
python3-dbus-signature-pyparsing
71-
python3-hypothesis
72-
python3-hs-dbus-signature
73-
task: >
74-
PATH=${PATH}:/github/home/.local/bin
75-
PYTHONPATH=./src make -f Makefile lint
7666
- dependencies: >
7767
python3-dbus
7868
python3-dbus-signature-pyparsing

0 commit comments

Comments
 (0)