Skip to content

Commit c453973

Browse files
committed
Chore: Adjust linter settings
1 parent 4a42711 commit c453973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ repository = "https://github.com/crate-workbench/sqlalchemy-cratedb"
124124
crate = "sqlalchemy_cratedb:CrateDialect"
125125

126126
[tool.black]
127-
line-length = 80
127+
line-length = 100
128128

129129
[tool.coverage.run]
130130
branch = false
@@ -175,7 +175,7 @@ markers = [
175175
]
176176

177177
[tool.ruff]
178-
line-length = 80
178+
line-length = 100
179179

180180
select = [
181181
# Bandit

0 commit comments

Comments
 (0)