Skip to content

Commit

Permalink
馃懛Updated job testing to create coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
Luanee committed Sep 20, 2023
1 parent 54cb6eb commit 6d3d3b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,9 @@ jobs:
run: python -m pip list
- name: iSort
run: pre-commit run isort --all-files

- name: Black
if: always()
run: pre-commit run black --all-files

- name: Pylint
if: always()
run: pre-commit run pylint --all-files
Expand Down
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
default_language_version:
python: python3.11
repos:

- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down

0 comments on commit 6d3d3b3

Please sign in to comment.