Skip to content

Commit e8e65e1

Browse files
committed
linter
1 parent 7266541 commit e8e65e1

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ assignees: ''
1515
Steps to reproduce the behavior:
1616

1717
1. Go to '...'
18-
1. Run '....'
19-
1. See error
18+
2. Run '....'
19+
3. See error
2020

2121
<!-- If you have a code sample, error messages, stack traces, please provide it here as well -->
2222

.pre-commit-config.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
default_language_version:
2+
python: python3
3+
14
ci:
25
autofix_prs: true
36
autoupdate_commit_msg: "[pre-commit.ci] pre-commit suggestions"
@@ -23,9 +26,10 @@ repos:
2326
- id: codespell
2427

2528
- repo: https://github.com/executablebooks/mdformat
26-
rev: 0.7.16
29+
rev: 0.7.17
2730
hooks:
2831
- id: mdformat
32+
args: ["--number"]
2933
additional_dependencies:
3034
- mdformat-gfm
3135
- mdformat_frontmatter

0 commit comments

Comments
 (0)