Skip to content

Commit 9bfbf87

Browse files
committed
removed from pyproject.toml
1 parent f9dcd2b commit 9bfbf87

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

mypy.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ignore_missing_imports = True
77
show_column_numbers = True
88
pretty = True
99

10-
# Вимикаємо перевірку всього, що не готове
10+
# Files not to check
1111
exclude = ^(benchmarks/|github/|api/|app/|db/|how-to/|osf_ouath2_adapter/|project/|share/|share.egg-info/|templates/|tests/|venv/)
1212

1313
disallow_untyped_defs = True

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ dependencies = [
2727
"requests==2.32.3", # Apache 2.0
2828
"primitive_metadata==0.2025.1", # MIT
2929
"sentry-sdk[django]==2.24.1", # MIT
30-
"mypy==1.15",
3130

3231
# to be removed in near-future work:
3332
"djangorestframework==3.16.0", # BSD

0 commit comments

Comments
 (0)