Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update pre-commit hook executablebooks/mdformat to v0.7.19 #303

Merged
merged 2 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
- id: debug-statements

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.18
rev: 0.7.19
hooks:
- id: mdformat
exclude: *generated_doc_files
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ This is demonstrated in the [rule_using_dwyu example](/examples/rule_using_dwyu)

# Applying automatic fixes

> \[!WARNING\]
> [!WARNING]
> Please note that **the tool cannot guarantee that your build is not being broken** by the changes.
> Always make sure your project is still valid after the changes and review the performed changes.

Expand Down Expand Up @@ -195,20 +195,20 @@ While DWYU cannot generally know the values of all those compiler defined macros

### Aspect

| Platform | Constraints |
| ---------------- | --------------------------------------------------------------------------------- |
| Operating system | Integration tests check \[Ubuntu 22.04, Macos 12, Windows 2022\]. |
| Python | Minimum version is 3.8. Integration tests check \[3.8, 3.9, 3.10, 3.11, 3.12\]. |
| Bazel | Minimum version is 5.4.0. Integration tests check \[5.x, 6.x, 7.x, 8.0.0-pre.x\]. |
| Platform | Constraints |
| ---------------- | ------------------------------------------------------------------------------- |
| Operating system | Integration tests check [Ubuntu 22.04, Macos 12, Windows 2022]. |
| Python | Minimum version is 3.8. Integration tests check [3.8, 3.9, 3.10, 3.11, 3.12]. |
| Bazel | Minimum version is 5.4.0. Integration tests check [5.x, 6.x, 7.x, 8.0.0-pre.x]. |

### Applying fixes

| Platform | Constraints |
| ---------------- | ----------------------------------------------------------------- |
| Operating system | Integration tests check \[Ubuntu 22.04, Macos 12, Windows 2022\]. |
| Python | Minimum version is 3.8. Integration tests check 3.8. |
| Bazel | No known constraint. Integration tests check 7.0.0. |
| Buildozer | No known constraint. Integration tests check 6.4.0. |
| Platform | Constraints |
| ---------------- | --------------------------------------------------------------- |
| Operating system | Integration tests check [Ubuntu 22.04, Macos 12, Windows 2022]. |
| Python | Minimum version is 3.8. Integration tests check 3.8. |
| Bazel | No known constraint. Integration tests check 7.0.0. |
| Buildozer | No known constraint. Integration tests check 6.4.0. |

# Alternatives to DWYU

Expand Down