File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1414#
1515# See https://pre-commit.com for more information
1616# See https://pre-commit.com/hooks.html for more hooks
17+ default_install_hook_types :
18+ - pre-commit
19+ - commit-msg
20+
1721repos :
1822- repo : https://github.com/pre-commit/pre-commit-hooks
1923 rev : v4.0.1
4751 hooks :
4852 - id : biome-check
4953 files : ' \.(js|css)$'
54+ - repo : https://github.com/compilerla/conventional-pre-commit
55+ rev : fdde5f0251edbfc554795afdd6df71826d6602f3
56+ hooks :
57+ - id : conventional-pre-commit
58+ stages : [commit-msg]
59+ args : []
Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ We use `nox` to instrument our tests.
1616 nox -r -s unit-3.13 -- -k < name of test>
1717 ```
1818
19- - To run system tests, you can execute::
19+ - Ignore this step if you lack access to Google Cloud resources. To run system
20+ tests, you can execute::
2021
2122 # Run all system tests
2223 $ nox -r -s system
@@ -26,7 +27,7 @@ We use `nox` to instrument our tests.
2627
2728- The codebase must have better coverage than it had previously after each
2829 change. You can test coverage via ` nox -s unit system cover ` (takes a long
29- time).
30+ time). Omit ` system ` if you lack access to cloud resources.
3031
3132## Code Style
3233
You can’t perform that action at this time.
0 commit comments