Skip to content

Commit af46eb7

Browse files
committed
Run pre-commit autoupdate
No effects were observed on Make-managed files. Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent bc8bb9f commit af46eb7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 26.1.0
3+
rev: 26.5.1
44
hooks:
55
- id: black
66
- repo: https://github.com/pycqa/flake8
77
rev: 7.3.0
88
hooks:
99
- id: flake8
1010
- repo: https://github.com/pycqa/isort
11-
rev: 8.0.0
11+
rev: 9.0.0a3
1212
hooks:
1313
- id: isort
1414
name: isort (python)

0 commit comments

Comments
 (0)