File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 16
16
- id : auto-walrus
17
17
18
18
- repo : https://github.com/astral-sh/ruff-pre-commit
19
- rev : v0.0.284
19
+ rev : v0.0.285
20
20
hooks :
21
21
- id : ruff
22
22
@@ -46,12 +46,12 @@ repos:
46
46
pass_filenames : false
47
47
48
48
- repo : https://github.com/abravalheri/validate-pyproject
49
- rev : v0.13
49
+ rev : v0.14
50
50
hooks :
51
51
- id : validate-pyproject
52
52
53
53
- repo : https://github.com/pre-commit/mirrors-mypy
54
- rev : v1.5.0
54
+ rev : v1.5.1
55
55
hooks :
56
56
- id : mypy
57
57
args :
Original file line number Diff line number Diff line change 155
155
* [ Hexadecimal To Decimal] ( conversions/hexadecimal_to_decimal.py )
156
156
* [ Length Conversion] ( conversions/length_conversion.py )
157
157
* [ Molecular Chemistry] ( conversions/molecular_chemistry.py )
158
+ * [ Octal To Binary] ( conversions/octal_to_binary.py )
158
159
* [ Octal To Decimal] ( conversions/octal_to_decimal.py )
159
160
* [ Prefix Conversions] ( conversions/prefix_conversions.py )
160
161
* [ Prefix Conversions String] ( conversions/prefix_conversions_string.py )
You can’t perform that action at this time.
0 commit comments