summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-08-21 12:54:48 +0300
committerJulian Berman <Julian@GrayVines.com>2022-08-21 12:54:48 +0300
commitd926288a16fce7ed78646ce0917a13115ecd5876 (patch)
tree598ca80035d7bfeb746601998ef92bd87f2feaaa /pyproject.toml
parent1e6b983569f51dde52d55da2b43cb2f592232318 (diff)
downloadjsonschema-d926288a16fce7ed78646ce0917a13115ecd5876.tar.gz
Tell mypy to show codes, which are needed to ignore.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index bb4418c..f5fe8db 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -107,6 +107,7 @@ multi_line_output = 3
[tool.mypy]
ignore_missing_imports = true
+show_error_codes = true
[tool.pydocstyle]
match = "(?!(test_|_|compat|cli)).*\\.py" # see PyCQA/pydocstyle#323