Skip to content

Commit bf7d11b

Browse files
Exclude mysql from Ruff check
1 parent 8e4da6c commit bf7d11b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ dev = [
2222
[tool.ruff]
2323
target-version = "py313"
2424
line-length = 120
25+
exclude = ["data/mysql"]
2526

2627
[tool.ruff.lint]
2728
select = [

0 commit comments

Comments
 (0)