Skip to content

Commit

Permalink
🔀 Merge pull request #85 from astariul/astariul-patch-2
Browse files Browse the repository at this point in the history
⬆️ Upgrade black
  • Loading branch information
astariul authored Jan 31, 2024
2 parents 0ebca54 + 5cd3d4c commit a2b3251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
extras_require = {
"test": ["pytest~=7.0", "pytest-cov~=4.1", "coverage-badge~=1.0"],
"hook": ["pre-commit~=3.0"],
"lint": ["black~=23.1", "ruff~=0.1"],
"lint": ["black~=24.1", "ruff~=0.1"],
"docs": ["mkdocs-material~=9.0", "mkdocstrings[python]~=0.18", "mike~=2.0"],
}
extras_require["all"] = sum(extras_require.values(), [])
Expand Down

0 comments on commit a2b3251

Please sign in to comment.