Skip to content
Snippets Groups Projects
Commit c2e4e6aa authored by Florian Zill's avatar Florian Zill Committed by Tobias Meisel
Browse files

bump black and fix version

parent 55882677
Branches
Tags
No related merge requests found
......@@ -18,7 +18,7 @@ repos:
- id: trailing-whitespace
exclude: ^ogstools/examples/
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.4.0
hooks:
- id: black
args: [--config=./pyproject.toml]
......
......@@ -212,7 +212,7 @@ pinned = [
]
dev = ["pre-commit>=2.20", "build", "black"]
dev = ["pre-commit>=2.20", "build", "black==24.4.0"]
test = ["coverage", "parameterized","pytest", "pytest-xdist", "pytest-dependency",]
docs = [
"livereload",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment