Skip to content

Commit 2626778

Browse files
authored
Merge pull request #10 from pymc-labs/update-pre-commit
Update pre-commit and lock file
2 parents c3a94a4 + d2bd5ca commit 2626778

File tree

4 files changed

+1525
-4010
lines changed

4 files changed

+1525
-4010
lines changed

.github/workflows/label_sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
- name: Sync labels with closing issues
1515
uses: wd60622/[email protected]
1616
env:
17-
GH_TOKEN: ${{ github.token }}
17+
GH_TOKEN: ${{ github.token }}

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
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
@@ -9,14 +9,14 @@ repos:
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"]

package_name/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Top-level module for package_name."""
2+
23
from beartype.claw import beartype_this_package
34

45
from .model import my_model

0 commit comments

Comments
 (0)