We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b5322f commit 31be67cCopy full SHA for 31be67c
.github/workflows/tests.yml
@@ -1,4 +1,4 @@
1
-name: Chrome-Fingerprints Tests
+name: Tests & Linting
2
3
on:
4
- push
README.md
@@ -1,4 +1,5 @@
# Chrome-Fingerprints v1.0
+
#### Chrome-Fingeprints is a dataset of 10k collected Windows Chrome Fingerprints.
5
#### Usable with an easy-to-use API, available as a compressed (lzma) or full-size Json (view Releases)
tox.ini
@@ -28,5 +28,4 @@ basepython = python3.10
28
deps =
29
-r{toxinidir}/requirements-test.txt
30
commands =
31
- mypy --install-types
32
mypy .
0 commit comments