Skip to content

Commit

Permalink
Add Pyre CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nicovank committed Dec 19, 2023
1 parent 794ff9e commit 642ccfa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ jobs:

- name: Run tests
run: python -m pytest

- name: Pyre
run: pip install pyre-check && pyre
3 changes: 2 additions & 1 deletion .pyre_configuration
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"site_package_search_strategy": "pep561",
"source_directories": [
"src"
"src",
"tests"
]
}

0 comments on commit 642ccfa

Please sign in to comment.