Skip to content

Commit 84abd47

Browse files
authored
Merge pull request #122 from spacetelescope/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 880d2f9 + 41e6560 commit 84abd47

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ updates:
99
directory: ".github/workflows" # Location of package manifests
1010
schedule:
1111
interval: "monthly"
12+
cooldown:
13+
default-days: 7
1214
groups:
1315
actions:
1416
patterns:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ repos:
5353
# Enforce that all noqa annotations always occur with specific codes.
5454

5555
- repo: https://github.com/asottile/pyupgrade
56-
rev: v3.21.0
56+
rev: v3.21.2
5757
hooks:
5858
- id: pyupgrade
5959
args: ["--py311-plus"]

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ addopts = [
105105
'--strict-config',
106106
'--strict-markers',
107107
]
108+
log_level = 'INFO'
109+
log_cli_level = 'INFO'
108110
xfail_strict = true
109111
remote_data_strict = false
110112
filterwarnings = [

0 commit comments

Comments
 (0)