mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-06 15:25:03 -04:00
Run the linters on a consistent list of files (#9038)
We were running some linters on some files and some on others. Extract a common setting and use it everywhere.
This commit is contained in:
parent
b530eaa262
commit
23a59d24ae
6 changed files with 24 additions and 17 deletions
|
@ -15,6 +15,7 @@
|
|||
# limitations under the License.
|
||||
|
||||
import logging
|
||||
|
||||
from synapse.storage.engines import create_engine
|
||||
|
||||
logger = logging.getLogger("create_postgres_db")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue