Skip to content

Commit

Permalink
fix(ci): ignore DeprecationWarning raised by mypy on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
PrettyWood committed Jun 7, 2021
1 parent 7859df7 commit 67a0623
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Expand Up @@ -5,6 +5,8 @@ filterwarnings =
error
ignore::DeprecationWarning:distutils
ignore::DeprecationWarning:Cython
# needed for python 3.10+ while some libs used by pydantic (like mypy on windows) still rely on distutils
ignore:The distutils package is deprecated and slated for removal in Python 3.12:DeprecationWarning

[flake8]
max-line-length = 120
Expand Down

0 comments on commit 67a0623

Please sign in to comment.