Skip to content

Commit

Permalink
Restore pyton 3.7 compatibiliy, fix some pylint warnings
Browse files Browse the repository at this point in the history
remove use of Literal
  • Loading branch information
matthiasstraka committed Sep 5, 2023
1 parent e9203cd commit 2f54be7
Show file tree
Hide file tree
Showing 4 changed files with 112 additions and 92 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.7'
cache: 'pip'
cache-dependency-path: 'requirements.txt'
- name: Install dependencies
run: pip install -r requirements.txt
- name: Analyzing the code with pylint
Expand Down
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ extension-pkg-whitelist=
fail-on=

# Specify a score threshold to be exceeded before program exits with error.
fail-under=7.0
fail-under=8.5

# Files or directories to be skipped. They should be base names, not paths.
ignore=CVS
Expand Down
Loading

0 comments on commit 2f54be7

Please sign in to comment.