Skip to content

Commit b199e6a

Browse files
committed
Run pre-commit autoupdate
No effects were observed on Make-managed files. Signed-off-by: Alex Nelson <[email protected]>
1 parent 89649a3 commit b199e6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- --no-ensure-ascii
1111
- --no-sort-keys
1212
- repo: https://github.com/psf/black
13-
rev: 24.10.0
13+
rev: 25.1.0
1414
hooks:
1515
- id: black
1616
- repo: https://github.com/pycqa/flake8
@@ -20,7 +20,7 @@ repos:
2020
args:
2121
- --extend-ignore=E203,E501,F401,F403
2222
- repo: https://github.com/pycqa/isort
23-
rev: 5.13.2
23+
rev: 6.0.0
2424
hooks:
2525
- id: isort
2626
name: isort (python)

0 commit comments

Comments
 (0)