Skip to content

Commit 9bcb540

Browse files
authored
Update black and blackdoc version constraints (lab-cosmo#26)
* Update black and blackdoc version constraints * Fix black and blackdoc versions Update black and blackdoc versions in format environment * Upgrade linter and formatter dependencies in tox.ini Updated dependencies for flake8, black, and blackdoc. * Replace 'doc' command with 'blackdoc' in tox.ini * Update blackdoc dependency in tox.ini Updated blackdoc dependency to the latest version.
1 parent 90780d7 commit 9bcb540

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ description =
2121
isort (sorting of imports)
2222
package = skip
2323
deps =
24-
flake8
25-
flake8-bugbear
26-
black
24+
flake8==7.3.0
25+
flake8-bugbear==24.12.12
26+
black==25.1.0
2727
blackdoc
2828
isort
2929

@@ -53,7 +53,7 @@ commands =
5353
description = Abuse tox to do actual formatting on all files.
5454
package = skip
5555
deps =
56-
black
56+
black==25.1.0
5757
blackdoc
5858
isort
5959
commands =

0 commit comments

Comments
 (0)