Skip to content

Commit a9a86dd

Browse files
authored
chore: pytest log_level is better than log_cli_level (#264)
* chore: pytest log_level is better than log_cli_level Committed via https://github.com/asottile/all-repos * Update cookie repository version to 2025.11.10
1 parent d0aa175 commit a9a86dd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ repos:
7979
files: \.schema\.json
8080

8181
- repo: https://github.com/scientific-python/cookie
82-
rev: 2025.10.20
82+
rev: 2025.11.10
8383
hooks:
8484
- id: sp-repo-review
85-
args: [--show=err]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ minversion = "7.0"
5959
addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"]
6060
xfail_strict = true
6161
filterwarnings = ["error"]
62-
log_cli_level = "INFO"
62+
log_level = "INFO"
6363
testpaths = ["tests"]
6464

6565

0 commit comments

Comments
 (0)