Skip to content

Commit

Permalink
Adding basic mypy_requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Psychokiller1888 committed Aug 19, 2022
1 parent 3afe95a commit 30c4957
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ProjectAliceSK/create/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,11 @@ def createBaseFiles(self):
templateFile='mypy.ini'
)

self.createTemplateFile(
outputPath=self._skillPath / 'mypy_requirements.txt',
templateFile='requirements.txt'
)

self.createTemplateFile(
outputPath=self._skillPath / 'sonar-project.properties',
templateFile='sonar-project.properties.j2',
Expand Down
Empty file.
2 changes: 2 additions & 0 deletions ProjectAliceSK/create/templates/tests.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
uses: jpetrucciani/mypy-check@master
with:
path: '.'
requirements_file: 'mypy_requirements.txt'
python_version: '3.7'
- name: Sonarcloud scan
uses: SonarSource/[email protected]
env:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
setup(
name='projectalice-sk',
author='ProjectAlice',
version='2.3.2',
version='2.3.3',
maintainer='Psychokiller1888',
maintainer_email='[email protected]',
description='Project Alice skill kit',
Expand Down

0 comments on commit 30c4957

Please sign in to comment.