Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #73 from chorsley/fingerprint-class
Browse files Browse the repository at this point in the history
Create Fingerprint class and cie
  • Loading branch information
tristanlatr authored Mar 11, 2022
2 parents 4042873 + c24b37d commit cc21983
Show file tree
Hide file tree
Showing 6 changed files with 330 additions and 226 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
pytest -vv
- name: Run static code checks
if: matrix.python-version != 'pypy-3.6'
if: matrix.python-version != 'pypy-3.6' && matrix.python-version != '3.6'
run: |
tox -e mypy
Expand Down
Loading

0 comments on commit cc21983

Please sign in to comment.