Skip to content

Commit bf75f10

Browse files
[pre-commit.ci] pre-commit autoupdate (#186)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Philipp A. <[email protected]>
1 parent 4bafbc4 commit bf75f10

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
with:
3636
cache-dependency-path: pyproject.toml
3737
- name: dependencies
38-
run: uv pip install --system .[test,typehints,myst] coverage-rich 'anyconfig[toml] >=0.14'
38+
# TODO: remove typer constraint after fixing https://github.com/WaylonWalker/coverage-rich/issues/4
39+
run: uv pip install --system .[test,typehints,myst] coverage-rich 'typer <0.14' 'anyconfig[toml] >=0.14'
3940
- name: tests
4041
run: coverage run -m pytest --verbose --color=yes
4142
- name: show coverage

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repos:
44
hooks:
55
- id: trailing-whitespace
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: v0.8.1
7+
rev: v0.8.2
88
hooks:
99
- id: ruff
1010
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)