From dd5cc37aa465df8e33fd872de2528dc53740b2a6 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Fri, 8 Apr 2022 14:36:09 +0100 Subject: Stop maintaining a list of lint targets in `lint.sh` (#12420) --- scripts-dev/lint.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'scripts-dev') diff --git a/scripts-dev/lint.sh b/scripts-dev/lint.sh index c063fafa97..4698d2d5be 100755 --- a/scripts-dev/lint.sh +++ b/scripts-dev/lint.sh @@ -80,13 +80,7 @@ else # then lint everything! if [[ -z ${files+x} ]]; then # Lint all source code files and directories - # Note: this list aims to mirror the one in tox.ini - files=( - "synapse" "docker" "tests" - # annoyingly, black doesn't find these so we have to list them - "scripts-dev" - "contrib" "setup.py" "synmark" "stubs" ".ci" - ) + files=( "." ) fi fi -- cgit 1.5.1