Skip to content

Commit e09a4df

Browse files
authored
Merge pull request #2087 from praw-dev/update/pre-commit-hooks
Update pre-commit hooks
2 parents ace685b + 61613dc commit e09a4df

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)