some educated guesses for unknown view manager names (#1106)

* some educated guesses for unknown view manager names

* Formatting

* Pin pylint version

* Use snake case for consistency (limited to this class)

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Cameron
2024-09-20 18:17:24 +01:00
committed by GitHub
parent a942325b29
commit 4878727393
4 changed files with 82 additions and 80 deletions

View File

@@ -28,7 +28,7 @@ jobs:
- name: Install python libraries
shell: bash
run: |
pip install black==23.* pylint==3.* pytest==7.* -r tools/requirements.txt
pip install black==23.* pylint==3.2.7 pytest==7.* -r tools/requirements.txt
- name: Run pylint and black
shell: bash