We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a42711 commit c453973Copy full SHA for c453973
pyproject.toml
@@ -124,7 +124,7 @@ repository = "https://github.com/crate-workbench/sqlalchemy-cratedb"
124
crate = "sqlalchemy_cratedb:CrateDialect"
125
126
[tool.black]
127
-line-length = 80
+line-length = 100
128
129
[tool.coverage.run]
130
branch = false
@@ -175,7 +175,7 @@ markers = [
175
]
176
177
[tool.ruff]
178
179
180
select = [
181
# Bandit
0 commit comments