Skip to content

Commit 4545a95

Browse files
committed
Lock black at 4.8.10 as latest black drops support for Python 3.8.
1 parent 189bc95 commit 4545a95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
- id: flake8
2222

2323
- repo: https://github.com/psf/black
24-
rev: b965c2a5026f8ba399283ba3e01898b012853c79 # frozen: 24.10.0
24+
rev: 24.8.0
2525
hooks:
2626
- id: black
2727

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ test: ##
138138
.PHONY: validate-setup
139139
validate-setup: ##
140140
poetry update
141-
pre-commit autoupdate
141+
pre-commit install
142142

143143
# ----------------------------------------------------------------------------------------------------------------------
144144
# Run standards validation across project

0 commit comments

Comments
 (0)