Skip to content

Commit 1d4e54d

Browse files
Fix tests for easystats update (#311)
* update deps and fix tests * remove cff file * remove lint * Update stats_details.Rmd
1 parent e6fc6e1 commit 1d4e54d

File tree

9 files changed

+20
-786
lines changed

9 files changed

+20
-786
lines changed

Diff for: .github/workflows/pre-commit.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323

2424
- name: Set up Python
25-
uses: actions/setup-python@v5.4.0
25+
uses: actions/setup-python@v5.5.0
2626
with:
2727
python-version: "3.13"
2828

Diff for: .pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ default_language_version:
66

77
repos:
88
- repo: https://github.com/lorenzwalthert/precommit
9-
rev: v0.4.3.9003
9+
rev: v0.4.3.9008
1010
hooks:
1111
- id: no-browser-statement
1212
- id: no-debug-statement

0 commit comments

Comments
 (0)