mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Switch from deprecated docs-off args to --no-document
This commit is contained in:
parent
c292ba892b
commit
435d9945a3
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ def install_environment(
|
||||||
)
|
)
|
||||||
helpers.run_setup_cmd(
|
helpers.run_setup_cmd(
|
||||||
prefix,
|
prefix,
|
||||||
('gem', 'install', '--no-ri', '--no-rdoc') +
|
('gem', 'install', '--no-document') +
|
||||||
prefix.star('.gem') + additional_dependencies,
|
prefix.star('.gem') + additional_dependencies,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue