Skip to content

Commit

Permalink
Merge pull request #207 from fizyk/black-fix
Browse files Browse the repository at this point in the history
Install black on python 3.12 and up
  • Loading branch information
fizyk authored Oct 9, 2024
2 parents ccd3fa5 + 86e5cb5 commit f4a93a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ towncrier = "==24.8.0"
pytest = "==8.3.3"
pytest-cov = "==5.0.0"
coverage = "==7.6.1"
black = "==24.10.0"
black = {version = "==24.10.0", markers="python_version >= '3.12'"}
mypy = "==1.11.2"
tbump = "==6.11.0"
ruff = "==0.6.9"
1 change: 1 addition & 0 deletions newsfragments/+303487e8.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated black installation to not install on python version older than 3.12

0 comments on commit f4a93a1

Please sign in to comment.