File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 - package-ecosystem : " pip"
88 directory : " /"
99 schedule :
10- interval : " weekly "
10+ interval : " monthly "
1111 commit-message :
1212 prefix : " chore"
1313 include : " scope"
@@ -26,7 +26,7 @@ updates:
2626 - package-ecosystem : " github-actions"
2727 directory : " /"
2828 schedule :
29- interval : " weekly "
29+ interval : " monthly "
3030 commit-message :
3131 prefix : " ci"
3232 include : " scope"
@@ -44,7 +44,7 @@ updates:
4444 - package-ecosystem : " docker"
4545 directory : " /"
4646 schedule :
47- interval : " weekly "
47+ interval : " monthly "
4848 commit-message :
4949 prefix : " build"
5050 include : " scope"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ default_language_version:
33
44repos :
55 - repo : https://github.com/gitleaks/gitleaks
6- rev : v8.28 .0
6+ rev : v8.30 .0
77 hooks :
88 - id : gitleaks
99 - repo : https://github.com/pre-commit/pre-commit-hooks
@@ -12,11 +12,12 @@ repos:
1212 - id : detect-private-key
1313 - id : end-of-file-fixer
1414 - id : trailing-whitespace
15+ exclude : ^assets/.*\.svg$
1516 - id : check-yaml
1617 - id : check-toml
1718 - id : check-merge-conflict
1819 - repo : https://github.com/pylint-dev/pylint
19- rev : v3.3.9
20+ rev : v4.0.4
2021 hooks :
2122 - id : pylint
2223 files : \.py$
2829 - " --max-args=7"
2930 - " --disable=too-many-positional-arguments"
3031 - repo : https://github.com/python-jsonschema/check-jsonschema
31- rev : 0.34 .0
32+ rev : 0.35 .0
3233 hooks :
3334 - id : check-github-workflows
3435 - id : check-dependabot
3738 autofix_commit_msg : " chore(ci): [pre-commit.ci] autofix"
3839 autofix_prs : true
3940 autoupdate_branch : master
40- autoupdate_commit_msg : " [pre-commit.ci] pre-commit autoupdate"
41+ autoupdate_commit_msg : " chore(ci): [pre-commit.ci] autoupdate"
4142 autoupdate_schedule : monthly
4243 autoupdate_timezone : Asia/Kolkata
4344 submodules : false
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- bandit == 1.8.6
2- pipdeptree == 2.28.0
1+ bandit == 1.9.2
2+ pipdeptree == 2.30.0
3+ pre_commit == 4.5.1
34PyGithub == 2.8.1
4- pylint == 3.3.9
5+ pylint == 4.0.4
56pytest-cov == 7.0.0
6- python-dotenv == 1.1 .1
7- python-semantic-release == 10.4.1
7+ python-dotenv == 1.2 .1
8+ python-semantic-release == 10.5.3
89twine == 6.2.0
Original file line number Diff line number Diff line change 11sonar.projectKey =Wakatime-Leaderboards
22sonar.organization =nicconike
33sonar.projectName =Wakatime-Leaderboards
4- sonar.projectVersion =1.2.3
4+ sonar.projectVersion =1.2.4
55sonar.sources =api
66sonar.tests =tests
77sonar.sourceEncoding =UTF-8
You can’t perform that action at this time.
0 commit comments