Skip to content

Commit 40ab290

Browse files
authored
Bump dependencies (#350)
1 parent cc16966 commit 40ab290

File tree

4 files changed

+176
-283
lines changed

4 files changed

+176
-283
lines changed

.ruff.toml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
line-length = 88
2+
3+
[lint]
4+
ignore = ["E501", "W605", "E203"]
5+
6+
[lint.mccabe]
7+
max-complexity = 10

0 commit comments

Comments
 (0)