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 37ce283 commit e883854Copy full SHA for e883854
pyproject.toml
@@ -39,7 +39,7 @@ Issues = "https://github.com/staskh/iglu_python/issues"
39
dev = [
40
"pytest>=7.0.0",
41
"pytest-cov>=4.0.0",
42
- "black>=22.0.0",
+ "black>=25.1.0",
43
"isort>=5.0.0",
44
"mypy>=1.0.0",
45
"ruff>=0.1.0",
@@ -104,4 +104,4 @@ ignore = []
104
known-first-party = ["iglu_python"]
105
106
[tool.ruff.per-file-ignores]
107
-"tests/*" = ["E501"] # Allow long lines in tests
+"tests/*" = ["E501"] # Allow long lines in tests
0 commit comments