Skip to content

Commit

Permalink
Merge pull request Nitrokey#131 from Nitrokey/revert-112-click-types
Browse files Browse the repository at this point in the history
Revert "Enable type checks for click dependency"
  • Loading branch information
robin-nitrokey authored Dec 15, 2021
2 parents ccf6bbb + c0ba9f1 commit 68b680f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cx-Freeze==6.1
click>=8.0
click>=7.0
cryptography
ecdsa
fido2>=0.9.3
Expand Down
2 changes: 1 addition & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ disallow_untyped_defs = True
ignore_errors = True

# libraries without annotations
[mypy-cbor.*,cffi.*,ecdsa.*,intelhex.*,nacl.*,nkdfu.*,serial.*,urllib3.*,usb.*,usb1.*]
[mypy-cbor.*,cffi.*,click.*,ecdsa.*,intelhex.*,nacl.*,nkdfu.*,serial.*,urllib3.*,usb.*,usb1.*]
ignore_missing_imports = True
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ home-page = "https://github.com/Nitrokey/pynitrokey"
requires-python = ">=3.6"
description-file = "README.md"
requires = [
"click >= 8.0",
"click >= 7.0",
"cryptography",
"ecdsa",
"fido2 >= 0.9.3",
Expand Down

0 comments on commit 68b680f

Please sign in to comment.