Skip to content

Commit 769f69f

Browse files
committed
Run pre-commit autoupdate
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent b67b75a commit 769f69f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.1.0
3+
rev: 26.1.0
44
hooks:
55
- id: black
66
- repo: https://github.com/pycqa/flake8
7-
rev: 7.0.0
7+
rev: 7.3.0
88
hooks:
99
- id: flake8
1010
- repo: https://github.com/pycqa/isort
11-
rev: 5.13.2
11+
rev: 7.0.0
1212
hooks:
1313
- id: isort
1414
name: isort (python)
1515
- repo: https://github.com/pre-commit/mirrors-mypy
16-
rev: 'v1.8.0'
16+
rev: 'v1.19.1'
1717
hooks:
1818
- id: mypy

0 commit comments

Comments
 (0)