File tree Expand file tree Collapse file tree 4 files changed +27
-3
lines changed
Expand file tree Collapse file tree 4 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 5252 with :
5353 languages : ${{ matrix.language }}
5454 # If you wish to specify custom queries, you can do so here or in a config file.
55- # By default, queries listed here will override any specified in a config file.
55+ # By default, queries listed here will override any specified in a config file.
5656 # Prefix the list here with "+" to use these queries and those in the config file.
5757 # queries: ./path/to/local/query, your-org/your-repo/queries@main
5858
Original file line number Diff line number Diff line change 1+ # See https://pre-commit.com for more information
2+ # See https://pre-commit.com/hooks.html for more hooks
3+ repos :
4+ - repo : https://github.com/pre-commit/pre-commit-hooks
5+ rev : v6.0.0
6+ hooks :
7+ - id : trailing-whitespace
8+ - id : end-of-file-fixer
9+ - id : check-yaml
10+ - id : check-added-large-files
11+ - repo : https://github.com/astral-sh/ruff-pre-commit
12+ rev : v0.14.6
13+ hooks :
14+ - id : ruff-check
15+ # - id: ruff-format
16+ - repo : https://github.com/astral-sh/uv-pre-commit
17+ rev : 0.9.13
18+ hooks :
19+ - id : uv-lock
20+ - repo : https://github.com/python-jsonschema/check-jsonschema
21+ rev : 0.35.0
22+ hooks :
23+ - id : check-github-workflows
24+ - id : check-renovate
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ gets a non-falsey result could be defined like like this:
168168 def poll_for_message (queue ):
169169 return queue.get()
170170
171- The jitter is disabled in order to keep the polling frequency fixed.
171+ The jitter is disabled in order to keep the polling frequency fixed.
172172
173173@backoff.runtime
174174----------------
Original file line number Diff line number Diff line change 44 " config:recommended"
55 ],
66 "timezone" : " America/Mexico_City" ,
7- "lockfileMaintenance " : {
7+ "lockFileMaintenance " : {
88 "enabled" : true ,
99 "schedule" : [" * 12-18 * * 5" ]
1010 },
You can’t perform that action at this time.
0 commit comments