chore: add pylint rule for SQL importing (SIP-117) (#26803)

This commit is contained in:
Beto Dealmeida
2025-06-16 11:53:30 -07:00
committed by GitHub
parent 9df990c2d1
commit 527c8de773
5 changed files with 430 additions and 6 deletions

View File

@@ -199,6 +199,7 @@ development = [
"psutil",
"pyfakefs",
"pyinstrument>=4.0.2,<5",
"pylint",
"pytest<8.0.0", # hairy issue with pytest >=8 where current_app proxies are not set in time
"pytest-cov",
"pytest-mock",