File tree Expand file tree Collapse file tree 4 files changed +1525
-4010
lines changed
Expand file tree Collapse file tree 4 files changed +1525
-4010
lines changed Original file line number Diff line number Diff line change 1414 - name : Sync labels with closing issues
1515 uses : wd60622/closing-labels@v0.0.4
1616 env :
17- GH_TOKEN : ${{ github.token }}
17+ GH_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v4.4 .0
3+ rev : v5.0 .0
44 hooks :
55 - id : check-yaml
66 - id : check-toml
99 - id : detect-private-key
1010
1111 - repo : https://github.com/charliermarsh/ruff-pre-commit
12- rev : v0.0.292
12+ rev : v0.9.6
1313 hooks :
1414 - id : ruff
1515 args : [--fix, --exit-non-zero-on-fix]
1616 - id : ruff-format
1717
1818 - repo : https://github.com/codespell-project/codespell
19- rev : v2.2.5
19+ rev : v2.4.1
2020 hooks :
2121 - id : codespell
2222 args : ["--ignore-words=.codespellignore", "--skip=*.ipynb"]
Original file line number Diff line number Diff line change 11"""Top-level module for package_name."""
2+
23from beartype .claw import beartype_this_package
34
45from .model import my_model
You can’t perform that action at this time.
0 commit comments