summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-04-20 19:16:49 +0100
committerGitHub <noreply@github.com>2022-04-20 18:16:49 +0000
commit09b4f6e46d3cbc3d93c52a7b76db17f178167b3e (patch)
tree78eeedc25000b585c14708f41df9be385402a085 /mypy.ini
parentMerge branch 'master' into develop (diff)
downloadsynapse-09b4f6e46d3cbc3d93c52a7b76db17f178167b3e.tar.xz
Remove leftover references to setup.py (#12514)
* Remove leftover references to setup.py

Missed in #12478.

* Changelog
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/mypy.ini b/mypy.ini
index b2c3b1524c..a663bf6975 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -233,8 +233,8 @@ disallow_untyped_defs = True
 ;; The `typeshed` project maintains stubs here:
 ;;     https://github.com/python/typeshed/tree/master/stubs
 ;; and for each package `foo` there's a corresponding `types-foo` package on PyPI,
-;; which we can pull in as a dev dependency by adding to `setup.py`'s
-;; `CONDITIONAL_REQUIREMENTS["mypy"]` list.
+;; which we can pull in as a dev dependency by adding to `pyproject.toml`'s
+;; `[tool.poetry.dev-dependencies]` list.
 
 [mypy-authlib.*]
 ignore_missing_imports = True