Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit d5ab1fb

Browse files
evvaaaacoretl
authored andcommitted
Made changes
1 parent 9e4055e commit d5ab1fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v2.3.0
3+
rev: v4.4.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-yaml

docs/developer/how-to/build-docs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ docs that pull in docstrings from the code.
1313
`documentation_standards`
1414

1515
The docs will be built into the ``build/html`` directory, and can be opened
16-
locally with a web browse::
16+
locally with a web browser::
1717

1818
$ firefox build/html/index.html
1919

src/python3_pip_skeleton/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
def main(args=None):
99
parser = ArgumentParser()
10-
parser.add_argument("--version", action="version", version=__version__)
10+
parser.add_argument("-v", "--version", action="version", version=__version__)
1111
args = parser.parse_args(args)
1212

1313

0 commit comments

Comments
 (0)