File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4
4
5
5
repos :
6
6
- repo : https://github.com/python/black
7
- rev : 19.10b0
7
+ rev : 20.8b1
8
8
hooks :
9
9
- id : black
10
10
- repo : https://github.com/fsfe/reuse-tool
11
- rev : latest
11
+ rev : v0.12.1
12
12
hooks :
13
13
- id : reuse
14
14
- repo : https://github.com/pre-commit/pre-commit-hooks
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ ignore-comments=yes
250
250
ignore-docstrings =yes
251
251
252
252
# Ignore imports when computing similarities.
253
- ignore-imports =no
253
+ ignore-imports =yes
254
254
255
255
# Minimum lines number of a similarity.
256
256
min-similarity-lines =4
Original file line number Diff line number Diff line change 57
57
class MonsterM4sk :
58
58
"""Represents a single Monster M4sk
59
59
60
- The terms "left" and "right" are always used from the
61
- perspective of looking out of the mask.
62
- The right screen is the one USB port directly above it.
63
- """
60
+ The terms "left" and "right" are always used from the
61
+ perspective of looking out of the mask.
62
+ The right screen is the one USB port directly above it.
63
+ """
64
64
65
65
def __init__ (self , i2c = None ):
66
66
"""
67
- :param i2c: The I2C bus to use, will try board.I2C()
68
- if not supplied
67
+ :param i2c: The I2C bus to use, will try board.I2C()
68
+ if not supplied
69
69
70
70
"""
71
71
displayio .release_displays ()
You can’t perform that action at this time.
0 commit comments