Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
Signed-off-by: Nok Chan <nok.lam.chan@quantumblack.com>
  • Loading branch information
noklam committed Aug 30, 2023
1 parent 5c595af commit 8af6b00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ assignees: ''
## Your Environment
<!-- Include as many relevant details about the environment in which you experienced the bug: -->
* `kedro-pandera` version used (`pip show kedro-pandera`):
*
*
* Python version used (`python -V`):
* Operating system and version:

## Does the bug also happen with the last version on main?
<!--The plugin is still in early development and known bugs are fixed as soon as we can. If you are lucky, your bug is already fixed on the `main` branch which is the most up to date. This branch contains our more recent development unpublished on PyPI yet.
<!--The plugin is still in early development and known bugs are fixed as soon as we can. If you are lucky, your bug is already fixed on the `main` branch which is the most up to date. This branch contains our more recent development unpublished on PyPI yet.
In your environment, please try:
Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ repos:
- id: check-merge-conflict
- id: check-toml
- id: check-yaml
exclude: "tests/_data"
- id: debug-statements
- id: end-of-file-fixer
- id: mixed-line-ending
Expand Down

0 comments on commit 8af6b00

Please sign in to comment.