Skip to content

Commit 3a5374b

Browse files
committed
initial reorganization
1 parent 38941ed commit 3a5374b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+7
-17633
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@ repos:
88
rev: 3.7.9
99
hooks:
1010
- id: flake8
11-
- repo: local
11+
- repo: https://github.com/pre-commit/mirrors-mypy
12+
rev: v0.761
1213
hooks:
1314
- id: mypy
14-
name: mypy
15-
language: system
16-
entry: mypy src/py
17-
types: [python]
18-
exclude: src/py/tests/*|setup.py
15+
additional_dependencies: [pyalect]

setup.cfg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[mypy]
22
ignore_missing_imports = True
33
warn_unused_configs = True
4+
warn_redundant_casts = True
5+
warn_unused_ignores = True
6+
7+
[mypy-idom]
48
disallow_subclassing_any = True
59
disallow_any_generics = True
610
disallow_untyped_calls = True
@@ -9,8 +13,6 @@ disallow_incomplete_defs = True
913
check_untyped_defs = True
1014
disallow_untyped_decorators = True
1115
no_implicit_optional = True
12-
warn_redundant_casts = True
13-
warn_unused_ignores = True
1416
warn_return_any = True
1517
no_implicit_reexport = True
1618

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)