Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/label_sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- name: Sync labels with closing issues
uses: wd60622/closing-labels@v0.0.4
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ github.token }}
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: check-yaml
- id: check-toml
Expand All @@ -9,14 +9,14 @@ repos:
- id: detect-private-key

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.292
rev: v0.9.6
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format

- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.4.1
hooks:
- id: codespell
args: ["--ignore-words=.codespellignore", "--skip=*.ipynb"]
1 change: 1 addition & 0 deletions package_name/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Top-level module for package_name."""

from beartype.claw import beartype_this_package

from .model import my_model
Expand Down
Loading
Loading