mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Merge pull request #2302 from pre-commit/master-to-main
update master to main
This commit is contained in:
commit
98b9b70aa4
4 changed files with 6 additions and 6 deletions
|
|
@ -93,7 +93,7 @@ language, for example:
|
||||||
|
|
||||||
here are the apis that should be implemented for a language
|
here are the apis that should be implemented for a language
|
||||||
|
|
||||||
Note that these are also documented in [`pre_commit/languages/all.py`](https://github.com/pre-commit/pre-commit/blob/master/pre_commit/languages/all.py)
|
Note that these are also documented in [`pre_commit/languages/all.py`](https://github.com/pre-commit/pre-commit/blob/main/pre_commit/languages/all.py)
|
||||||
|
|
||||||
#### `ENVIRONMENT_DIR`
|
#### `ENVIRONMENT_DIR`
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[](https://dev.azure.com/asottile/asottile/_build/latest?definitionId=21&branchName=master)
|
[](https://dev.azure.com/asottile/asottile/_build/latest?definitionId=21&branchName=main)
|
||||||
[](https://dev.azure.com/asottile/asottile/_build/latest?definitionId=21&branchName=master)
|
[](https://dev.azure.com/asottile/asottile/_build/latest?definitionId=21&branchName=main)
|
||||||
[](https://results.pre-commit.ci/latest/github/pre-commit/pre-commit/master)
|
[](https://results.pre-commit.ci/latest/github/pre-commit/pre-commit/main)
|
||||||
|
|
||||||
## pre-commit
|
## pre-commit
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
trigger:
|
trigger:
|
||||||
branches:
|
branches:
|
||||||
include: [master, test-me-*]
|
include: [main, test-me-*]
|
||||||
tags:
|
tags:
|
||||||
include: ['*']
|
include: ['*']
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -197,7 +197,7 @@ def main(argv: Sequence[str] | None = None) -> int:
|
||||||
autoupdate_parser.add_argument(
|
autoupdate_parser.add_argument(
|
||||||
'--bleeding-edge', action='store_true',
|
'--bleeding-edge', action='store_true',
|
||||||
help=(
|
help=(
|
||||||
'Update to the bleeding edge of `master` instead of the latest '
|
'Update to the bleeding edge of `HEAD` instead of the latest '
|
||||||
'tagged version (the default behavior).'
|
'tagged version (the default behavior).'
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue