Skip to content

Commit fe7173e

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 b17007d commit fe7173e

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
@@ -14,15 +14,15 @@
1414

1515
repos:
1616
- repo: https://github.com/psf/black
17-
rev: 26.3.1
17+
rev: 26.5.1
1818
hooks:
1919
- id: black
2020
- repo: https://github.com/pycqa/flake8
2121
rev: 7.3.0
2222
hooks:
2323
- id: flake8
2424
- repo: https://github.com/pycqa/isort
25-
rev: 8.0.1
25+
rev: 9.0.0a3
2626
hooks:
2727
- id: isort
2828
name: isort (python)

0 commit comments

Comments
 (0)