about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2022-06-10 15:14:26 +0200
committertoonn <toonn@toonn.io>2022-06-10 15:14:26 +0200
commitfb449326663baa91f5ce91b996778cfd5501030e (patch)
treeeb2c8a7ae58a9e281b2d58ca0f53de0de4e40eee
parent1759b065335b5f1c97ba66b6a707e24ec3731a40 (diff)
parent0368c26ecc1335c88c39befbd46c4826e09ffd55 (diff)
downloadranger-fb449326663baa91f5ce91b996778cfd5501030e.tar.gz
Merge branch 'pylint'
-rw-r--r--.github/workflows/pylint.yml2
-rw-r--r--requirements.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml
index c15f8f64..474b087f 100644
--- a/.github/workflows/pylint.yml
+++ b/.github/workflows/pylint.yml
@@ -5,10 +5,12 @@ on:
     paths:
       - '.github/workflows/pylint.yml'
       - '**.py'
+      - 'requirements.txt'
   pull_request:
     paths:
       - '.github/workflows/pylint.yml'
       - '**.py'
+      - 'requirements.txt'
 
 jobs:
   test_pylint:
diff --git a/requirements.txt b/requirements.txt
index fc51e82a..c24c4584 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,3 @@
 flake8
-pylint
+pylint==2.13.9 # Newer versions drop the python3 port checker, which we need
 pytest