Skip to content

Commit 73e49a3

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

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
@@ -14,13 +14,13 @@ repos:
1414
hooks:
1515
- id: black
1616
- repo: https://github.com/pycqa/flake8
17-
rev: 7.1.1
17+
rev: 7.2.0
1818
hooks:
1919
- id: flake8
2020
args:
2121
- --extend-ignore=E203,E501,F401,F403
2222
- repo: https://github.com/pycqa/isort
23-
rev: 6.0.0
23+
rev: 6.0.1
2424
hooks:
2525
- id: isort
2626
name: isort (python)

0 commit comments

Comments
 (0)