Skip to content

Commit 8835494

Browse files
committed
Change paramstyle to support Python extended format codes
1 parent b9dd9c0 commit 8835494

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/crate/client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@
4646
# codeql[py/unused-global-variable]
4747
apilevel = "2.0"
4848
threadsafety = 1
49-
paramstyle = "qmark"
49+
paramstyle = "pyformat"

0 commit comments

Comments
 (0)