Skip to content

Commit

Permalink
pylint dropped in py 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
asnyv committed Jan 29, 2024
1 parent 1b0ba09 commit 522cf92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/subsurface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
run: pip freeze

- name: 🕵️ Check code style & linting
if: matrix.python-version == '3.8' || matrix.python-version == '3.9' || matrix.python-version == '3.10'
run: |
black --check webviz_subsurface tests setup.py
pylint webviz_subsurface tests setup.py
Expand Down

0 comments on commit 522cf92

Please sign in to comment.