Skip to content

Commit c66963e

Browse files
committed
FMT: Enable whitespace hooks for all languages
1 parent ac05a37 commit c66963e

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

LICENSE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,3 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
172172
defend, and hold each Contributor harmless for any liability
173173
incurred by, or claims asserted against, such Contributor by reason
174174
of your accepting any such warranty or additional liability.
175-

mypy.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[mypy]
22
python_version = 3.7
3-
disallow_untyped_defs = true
3+
disallow_untyped_defs = true
44
disallow_any_generics = true
55
disallow_subclassing_any = true
66
ignore_missing_imports = true
@@ -9,4 +9,3 @@ no_strict_optional = true
99
warn_no_return = true
1010
warn_unused_configs = true
1111
warn_unused_ignores = true
12-

requirements_dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
pytest>=7.1.2
22
pytest-mock>=3.8.1
33
types-requests
4-

0 commit comments

Comments
 (0)