Skip to content

Commit f19cbf4

Browse files
committed
update black and isort to the latest version
1 parent ddd340a commit f19cbf4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ repos:
1212
- id: name-tests-test
1313
args: [--pytest-test-first]
1414
- repo: https://github.com/psf/black-pre-commit-mirror
15-
rev: 25.11.0 # must match pyproject.toml
15+
rev: 25.12.0 # must match pyproject.toml
1616
hooks:
1717
- id: black
1818
- repo: https://github.com/pycqa/isort
19-
rev: 6.1.0 # must match pyproject.toml
19+
rev: 7.0.0 # must match pyproject.toml
2020
hooks:
2121
- id: isort
2222
name: isort (python)

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ dependencies = [
5252

5353
[dependency-groups]
5454
dev = [
55-
"black==25.11.0", # Must match .pre-commit-config.yaml
55+
"black==25.12.0", # Must match .pre-commit-config.yaml
5656
"flake8-bugbear==24.12.12",
5757
"flake8-noqa==1.4.0",
58-
"isort==6.1.0", # Must match .pre-commit-config.yaml
58+
"isort==7.0.0", # Must match .pre-commit-config.yaml
5959
"mypy==1.15.0",
6060
"pre-commit-hooks==5.0.0", # Must match .pre-commit-config.yaml
6161
"pytest==8.3.5",

0 commit comments

Comments
 (0)