Skip to content

Commit e597f54

Browse files
committed
chore: update lint dependencies
1 parent a7c958d commit e597f54

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ urls = { home = "https://komm.dev/", repository = "https://github.com/rwnobrega/
1616

1717
[project.optional-dependencies]
1818
lint = [
19-
"black==25.1.0",
20-
"isort==6.0.1",
21-
"flake8==7.2.0",
22-
"basedpyright==1.29.5",
19+
"black==25.9.0",
20+
"isort==7.0.0",
21+
"flake8==7.3.0",
22+
"basedpyright==1.32.1",
2323
]
2424
test = [
2525
"pytest==8.3.3",

0 commit comments

Comments
 (0)