Skip to content

Commit 8ab1508

Browse files
committed
WIP adding types for adafruit#56 Missing type annotations
2023 continue finish adafruit#56, rename types
1 parent 0115251 commit 8ab1508

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,8 @@ _build
4646
.idea
4747
.vscode
4848
*~
49+
50+
# virtualenv
51+
Pipfile
52+
Pipfile.lock
53+
Makefile

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ repos:
2525
types: [python]
2626
args:
2727
- --disable=consider-using-f-string
28+
- --min-similarity-lines=14
2829
exclude: "^(docs/|examples/|tests/|setup.py$)"
2930
- id: pylint
3031
name: pylint (example code)

0 commit comments

Comments
 (0)