Skip to content

Commit 96dc299

Browse files
LilSpazJoekpgithub-actions[bot]
authored andcommitted
Update pre-commit hooks
1 parent 3166077 commit 96dc299

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
files: ^(.*\.toml)$
2525

2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.9.4
27+
rev: v0.11.6
2828
hooks:
2929
- id: ruff
3030
args: [ --exit-non-zero-on-fix, --fix ]
@@ -39,4 +39,4 @@ repos:
3939
hooks:
4040
- id: docstrfmt
4141
require_serial: true
42-
rev: v1.9.0
42+
rev: v1.10.0

asyncprawcore/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
TIMEOUT = float(
99
os.environ.get(
1010
"PRAWCORE_TIMEOUT",
11-
os.environ.get("prawcore_timeout", 16) # noqa: SIM112,PLW1508
11+
os.environ.get("prawcore_timeout", 16), # noqa: SIM112,PLW1508
1212
)
1313
)
1414
WINDOW_SIZE = 600

0 commit comments

Comments
 (0)