Skip to content

Commit d574814

Browse files
[pre-commit.ci] pre-commit suggestions (#486)
* [pre-commit.ci] pre-commit suggestions updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.19](hukkin/mdformat@0.7.17...0.7.19) - [github.com/astral-sh/ruff-pre-commit: v0.6.5 → v0.7.4](astral-sh/ruff-pre-commit@v0.6.5...v0.7.4) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Manu Joseph V <manujosephv@gmail.com>
1 parent cb78a6e commit d574814

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ If applicable, add screenshots to help explain your problem.
2525

2626
**Desktop (please complete the following information):**
2727

28-
- OS: \[e.g. iOS\]
29-
- Browser \[e.g. chrome, safari\]
30-
- Version \[e.g. 22\]
28+
- OS: [e.g. iOS]
29+
- Browser [e.g. chrome, safari]
30+
- Version [e.g. 22]
3131

3232
**Smartphone (please complete the following information):**
3333

34-
- Device: \[e.g. iPhone6\]
35-
- OS: \[e.g. iOS8.1\]
36-
- Browser \[e.g. stock browser, safari\]
37-
- Version \[e.g. 22\]
34+
- Device: [e.g. iPhone6]
35+
- OS: [e.g. iOS8.1]
36+
- Browser [e.g. stock browser, safari]
37+
- Version [e.g. 22]
3838

3939
**Additional context**
4040
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/feature_request.md

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

99
**Is your feature request related to a problem? Please describe.**
10-
A clear and concise description of what the problem is. Ex. I'm always frustrated when \[...\]
10+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
1111

1212
**Describe the solution you'd like**
1313
A clear and concise description of what you want to happen.

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.6.0
11+
rev: v5.0.0
1212
hooks:
1313
- id: end-of-file-fixer
1414
exclude: "setup.cfg"
@@ -34,7 +34,7 @@ repos:
3434
args: ["--in-place"]
3535

3636
- repo: https://github.com/executablebooks/mdformat
37-
rev: 0.7.17
37+
rev: 0.7.19
3838
hooks:
3939
- id: mdformat
4040
additional_dependencies:
@@ -48,7 +48,7 @@ repos:
4848
)
4949
5050
- repo: https://github.com/astral-sh/ruff-pre-commit
51-
rev: v0.6.5
51+
rev: v0.7.4
5252
hooks:
5353
- id: ruff
5454
args: ["--fix"]

0 commit comments

Comments
 (0)