File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343
4444 - name : Run pre-commit
4545 run : |
46- pip install pre-commit
47- pre-commit run --all-files --show-diff-on-failure
46+ pip install pre-commit==4.3.0
47+ pre-commit run --all-files
4848
4949 code-coverage :
5050 name : Codecov
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ jobs:
220220 packages : write
221221 uses : slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.1.0
222222 with :
223- image : ghcr.io/${{ github.repository_owner }}/${{ github.event. repository.name }}
223+ image : ghcr.io/${{ github.repository }}
224224 digest : ${{ needs.docker.outputs.digest }}
225225 registry-username : ${{ github.actor }}
226226 secrets :
Original file line number Diff line number Diff line change @@ -20,6 +20,13 @@ repos:
2020 hooks :
2121 - id : pylint
2222 files : \.py$
23+ additional_dependencies :
24+ - requests
25+ - PyGithub
26+ - pytest
27+ args :
28+ - " --max-args=7"
29+ - " --disable=too-many-positional-arguments"
2330 - repo : https://github.com/python-jsonschema/check-jsonschema
2431 rev : 0.34.0
2532 hooks :
Original file line number Diff line number Diff line change 1515
1616#### Code Quality & Coverage
1717![ Pylint] ( https://img.shields.io/badge/Pylint-9.97-greenyellow?logo=python )
18+ [ ![ pre-commit.ci status] ( https://results.pre-commit.ci/badge/github/Nicconike/Wakatime-Leaderboards/master.svg )] ( https://results.pre-commit.ci/latest/github/Nicconike/Wakatime-Leaderboards/master )
1819[ ![ codecov] ( https://codecov.io/gh/Nicconike/Wakatime-Leaderboards/graph/badge.svg?token=CX701AOW5Y )] ( https://codecov.io/gh/Nicconike/Wakatime-Leaderboards )
1920[ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=Wakatime-Leaderboards&metric=alert_status )] ( https://sonarcloud.io/summary/new_code?id=Wakatime-Leaderboards )
2021[ ![ Maintainability Rating] ( https://sonarcloud.io/api/project_badges/measure?project=Wakatime-Leaderboards&metric=sqale_rating )] ( https://sonarcloud.io/summary/new_code?id=Wakatime-Leaderboards )
You can’t perform that action at this time.
0 commit comments