Skip to content

Commit 28311f5

Browse files
[pre-commit.ci] pre-commit autoupdate (#279)
<!--pre-commit.ci start--> updates: - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f4654b7 commit 28311f5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/pycqa/isort
3-
rev: 5.13.2
3+
rev: 6.0.1
44
hooks:
55
- id: isort
66
additional_dependencies: [toml]
77

88
- repo: https://github.com/psf/black
9-
rev: 24.10.0
9+
rev: 25.1.0
1010
hooks:
1111
- id: black
1212
additional_dependencies: [toml]
1313
language_version: python3.12
1414

1515
- repo: https://github.com/PyCQA/flake8
16-
rev: 7.1.1
16+
rev: 7.3.0
1717
hooks:
1818
- id: flake8

biomass/models/_copy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def copy_to_current(
2020
"g1s_transition",
2121
"prolif_quies",
2222
"jak_stat_pathway",
23-
]
23+
],
2424
) -> None:
2525
"""Copy an example model to the current working directory.
2626

0 commit comments

Comments
 (0)