mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-29 03:59:29 -04:00
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.
This commit is contained in:
parent
758ed5f1bc
commit
31c5382d7a
3 changed files with 5 additions and 2 deletions
3
tox.ini
3
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue