We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9dcd2b commit 9bfbf87Copy full SHA for 9bfbf87
mypy.ini
@@ -7,7 +7,7 @@ ignore_missing_imports = True
7
show_column_numbers = True
8
pretty = True
9
10
-# Вимикаємо перевірку всього, що не готове
+# Files not to check
11
exclude = ^(benchmarks/|github/|api/|app/|db/|how-to/|osf_ouath2_adapter/|project/|share/|share.egg-info/|templates/|tests/|venv/)
12
13
disallow_untyped_defs = True
pyproject.toml
@@ -27,7 +27,6 @@ dependencies = [
27
"requests==2.32.3", # Apache 2.0
28
"primitive_metadata==0.2025.1", # MIT
29
"sentry-sdk[django]==2.24.1", # MIT
30
- "mypy==1.15",
31
32
# to be removed in near-future work:
33
"djangorestframework==3.16.0", # BSD
0 commit comments