We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189bc95 commit 4545a95Copy full SHA for 4545a95
.pre-commit-config.yaml
@@ -21,7 +21,7 @@ repos:
21
- id: flake8
22
23
- repo: https://github.com/psf/black
24
- rev: b965c2a5026f8ba399283ba3e01898b012853c79 # frozen: 24.10.0
+ rev: 24.8.0
25
hooks:
26
- id: black
27
Makefile
@@ -138,7 +138,7 @@ test: ##
138
.PHONY: validate-setup
139
validate-setup: ##
140
poetry update
141
- pre-commit autoupdate
+ pre-commit install
142
143
# ----------------------------------------------------------------------------------------------------------------------
144
# Run standards validation across project
0 commit comments