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 pull_request :
88
99jobs :
10+ lint :
11+ runs-on : ubuntu-slim
12+ steps :
13+ - uses : actions/checkout@v6
14+ - uses : actions/setup-python@v6
15+ with :
16+ python-version : " 3.14"
17+ # Ref: https://github.com/tox-dev/action-pre-commit-uv
18+ - uses : tox-dev/action-pre-commit-uv@246b66536e366bb885f52d61983bf32f7c95e8b1 # 1.0.3
19+
1020 test :
1121 runs-on : ubuntu-latest
1222 strategy :
Original file line number Diff line number Diff line change 1+ # pre-commit
2+ # Ref: https://pre-commit.com/#usage
3+ # ------------------------------------------------------------------------------
4+
5+ default_language_version :
6+ python : ' 3.14'
7+
8+ repos :
9+ - repo : https://github.com/pre-commit/pre-commit-hooks
10+ rev : 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # frozen: v6.0.0
11+ hooks :
12+ - id : check-merge-conflict
13+ - id : check-case-conflict
14+ - id : check-ast
15+ - id : debug-statements
16+ - id : check-toml
17+ - id : check-yaml
18+ - id : end-of-file-fixer
19+ exclude_types : [csv]
20+ - id : trailing-whitespace
You can’t perform that action at this time.
0 commit comments