Skip to content

Commit 5d6e1e2

Browse files
authored
Bump markdownlint-cli in .pre-commit-config.yaml file (#2366)
1 parent 8db086d commit 5d6e1e2

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Thanks for opening a pull request!
77

88
# Rationale for this change
99

10-
# Are these changes tested?
10+
## Are these changes tested?
1111

12-
# Are there any user-facing changes?
12+
## Are there any user-facing changes?
1313

1414
<!-- In the case of user-facing changes, please add the changelog label. -->

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repos:
3939
args:
4040
[--install-types, --non-interactive, --config=pyproject.toml]
4141
- repo: https://github.com/igorshubovych/markdownlint-cli
42-
rev: v0.43.0
42+
rev: v0.45.0
4343
hooks:
4444
- id: markdownlint
4545
args: ["--fix"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ PyIceberg is a Python library for programmatic access to Iceberg table metadata
2121

2222
The documentation is available at [https://py.iceberg.apache.org/](https://py.iceberg.apache.org/).
2323

24-
# Get in Touch
24+
## Get in Touch
2525

2626
- [Iceberg community](https://iceberg.apache.org/community/)

mkdocs/docs/how-to-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ Ensure to update the `PYICEBERG_VERSION` in the [Dockerfile](https://github.com/
397397

398398
### Set up GPG key and Upload to Apache Iceberg KEYS file
399399

400-
To set up GPG key locally, see the instructions [here](http://www.apache.org/dev/openpgp.html#key-gen-generate-key).
400+
To set up GPG key locally, see the [instructions](http://www.apache.org/dev/openpgp.html#key-gen-generate-key).
401401

402402
To install gpg on a M1 based Mac, a couple of additional steps are required: <https://gist.github.com/phortuin/cf24b1cca3258720c71ad42977e1ba57>.
403403

mkdocs/docs/verify-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ make test-coverage
113113

114114
This will spin up Docker containers to facilitate running test coverage.
115115

116-
# Cast the vote
116+
## Cast the vote
117117

118118
Votes are cast by replying to the release candidate announcement email on the dev mailing list with either `+1`, `0`, or `-1`. For example :
119119

0 commit comments

Comments
 (0)