Skip to content

Commit

Permalink
Drop mypy config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Sanchez authored and chekos committed Feb 18, 2022
1 parent f2ebd24 commit 2038eac
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,6 @@
# Read more about `setup.cfg`:
# https://docs.python.org/3/distutils/configfile.html

[darglint]
# darglint configuration:
# https://github.com/terrencepreilly/darglint
strictness = long
docstring_style = google

[mypy]
# mypy configurations: http://bit.ly/2zEl9WI
python_version = 3.7
pretty = True
allow_redefinition = False
check_untyped_defs = True
disallow_any_generics = True
disallow_incomplete_defs = True
ignore_missing_imports = True
implicit_reexport = False
strict_optional = True
strict_equality = True
no_implicit_optional = True
warn_no_return = True
warn_unused_ignores = True
warn_redundant_casts = True
warn_unused_configs = True
warn_return_any = True
warn_unreachable = True
show_error_codes = True
show_column_numbers = True
show_error_context = True

# plugins = pydantic.mypy, sqlmypy

# [pydantic-mypy]
# init_typed = True
# warn_untyped_fields = True

[tool:pytest]
# Directories that are not visited by pytest collector:
norecursedirs = *.egg .eggs dist build docs .tox .git __pycache__
Expand Down

0 comments on commit 2038eac

Please sign in to comment.