Skip to content

Commit

Permalink
removal of no-strict-optional brought but several issues with code to…
Browse files Browse the repository at this point in the history
… be fixed/discussed later, resorting now to mypy 0.73 and reintroducing no strict
  • Loading branch information
mkuehbach authored Sep 19, 2022
1 parent 386722c commit 1873b6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python -m pylint --load-plugins=pylint_mongoengine,nomad.metainfo.pylint_plugin nexusparser tests
- name: mypy
run: |
python -m mypy --ignore-missing-imports --follow-imports=silent nexusparser tests
python -m mypy --ignore-missing-imports --follow-imports=silent --no-strict-optional nexusparser tests
- name: Test with pytest
if: ${{ always() }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
click==7.1.2
mypy==0.750
mypy==0.730
pylint==2.3.1
pylint_plugin_utils==0.5
typed-ast==1.4.2
Expand Down

0 comments on commit 1873b6d

Please sign in to comment.