Skip to content

Commit 61613dc

Browse files
LilSpazJoekpgithub-actions[bot]
authored andcommitted
Update pre-commit hooks
1 parent ace685b commit 61613dc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
- id: ruff
2323
args: [ --exit-non-zero-on-fix, --fix ]
2424
files: ^(praw/.*.py)$
25-
rev: v0.13.2
25+
rev: v0.13.3
2626

2727
- repo: https://github.com/LilSpazJoekp/docstrfmt
2828
hooks:

praw/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from __future__ import annotations
44

55
import configparser
6-
import importlib
76
import importlib.resources
87
import os
98
from pathlib import Path

0 commit comments

Comments
 (0)