File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 77/.editorconfig export-ignore
88/.gitattributes export-ignore
99/.gitignore export-ignore
10- /.pre-commit-config.yaml export-ignore
1110/TESTING.md export-ignore
1211/TROUBLESHOOTING.md export-ignore
Original file line number Diff line number Diff line change 2020 set -x
2121 python -m pip install --upgrade pip
2222 pip install pre-commit
23- pre-commit autoupdate
23+ pre-commit autoupdate --config="tests/.pre-commit-config.yaml"
2424
2525 - name : Gather changes
2626 id : gather-changes
Original file line number Diff line number Diff line change 66# $ brew install pre-commit
77#
88# 2. Install hooks
9- # $ pre-commit install
9+ # $ pre-commit install --config="tests/.pre-commit-config.yaml"
1010#
1111# 3. Optionally, enable automatic updates
12- # $ pre-commit autoupdate
12+ # $ pre-commit autoupdate --config="tests/.pre-commit-config.yaml"
1313repos :
1414- repo : https://github.com/psf/black
1515 rev : 24.10.0
You can’t perform that action at this time.
0 commit comments