Skip to content

Commit bd34623

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

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

0 commit comments

Comments
 (0)