File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # For details on how this file works refer to:
2+ # - https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3+ version : 2
4+ updates :
5+ # Maintain dependencies for GitHub Actions
6+ # - Check for updates once a week
7+ # - Group all updates into a single PR
8+ - package-ecosystem : github-actions
9+ directory : /
10+ schedule :
11+ interval : weekly
12+ groups :
13+ all-actions :
14+ patterns : ["*"]
15+
16+ # Maintain pip dependencies
17+ - package-ecosystem : pip
18+ directory : /
19+ schedule :
20+ interval : daily
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - uses : actions/checkout@v3
17- - uses : psf/black@23.11.0
1817 - uses : chartboost/ruff-action@v1
18+ with :
19+ version : " 0.4.1"
20+ args : ' format --check'
21+ - uses : chartboost/ruff-action@v1
22+ with :
23+ version : " 0.4.1"
Original file line number Diff line number Diff line change 77 stages : [commit-msg]
88 args : ["--config", ".commitlint.config.js"]
99 additional_dependencies : ['@commitlint/config-conventional']
10- - repo : https://github.com/psf/black
11- rev : 23.7.0
12- hooks :
13- - id : black
14- stages : [commit]
1510 - repo : https://github.com/astral-sh/ruff-pre-commit
16- rev : v0.0.284
11+ rev : v0.4.1
1712 hooks :
1813 - id : ruff
1914 stages : [commit]
2015 args : ["--fix", "--exit-non-zero-on-fix"]
16+ - id : ruff-format
17+ stages : [commit]
You can’t perform that action at this time.
0 commit comments