summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2021-01-21 18:26:52 +0000
committerGitHub <noreply@github.com>2021-01-21 18:26:52 +0000
commit31c5382d7a439146b9e72590b634b1772b97a6f1 (patch)
treefe53c5691f1a8a8a3999881c8f1b610263d6f530 /tox.ini
parentSpeed up chain cover calculation (#9176) (diff)
downloadsynapse-31c5382d7a439146b9e72590b634b1772b97a6f1.tar.xz
Align the directories linted in CI with the defaults in scripts-dev/lint.sh (#9191)
The lists of source directories to lint between `tox.ini` and `lint.sh` became out of sync. This PR tightens them up and adds some comments reminding any future readers to keep the list in sync.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 5210e7b860..1a3489344f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -24,7 +24,8 @@ deps =
     # install the "enum34" dependency of cryptography.
     pip>=10
 
-# directories/files we run the linters on
+# directories/files we run the linters on.
+# if you update this list, make sure to do the same in scripts-dev/lint.sh
 lint_targets =
     setup.py
     synapse