We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ace685b + 61613dc commit e09a4dfCopy full SHA for e09a4df
.pre-commit-config.yaml
@@ -22,7 +22,7 @@ repos:
22
- id: ruff
23
args: [ --exit-non-zero-on-fix, --fix ]
24
files: ^(praw/.*.py)$
25
- rev: v0.13.2
+ rev: v0.13.3
26
27
- repo: https://github.com/LilSpazJoekp/docstrfmt
28
hooks:
praw/config.py
@@ -3,7 +3,6 @@
3
from __future__ import annotations
4
5
import configparser
6
-import importlib
7
import importlib.resources
8
import os
9
from pathlib import Path
0 commit comments