File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
- tomli
37
37
38
38
- repo : https://github.com/astral-sh/ruff-pre-commit
39
- rev : v0.5.6
39
+ rev : v0.6.3
40
40
hooks :
41
41
- id : ruff
42
42
51
51
- id : pyproject-fmt
52
52
53
53
- repo : https://github.com/abravalheri/validate-pyproject
54
- rev : v0.18
54
+ rev : v0.19
55
55
hooks :
56
56
- id : validate-pyproject
Original file line number Diff line number Diff line change 8
8
import random
9
9
import re
10
10
import time
11
- from xml .etree import ElementTree
11
+ from xml .etree import ElementTree # noqa: ICN001
12
12
13
13
import requests
14
14
Original file line number Diff line number Diff line change 7
7
import time
8
8
import unittest
9
9
from io import StringIO
10
- from xml .etree import ElementTree
10
+ from xml .etree import ElementTree # noqa: ICN001
11
11
12
12
from pysolr import (
13
13
NESTED_DOC_KEY ,
You can’t perform that action at this time.
0 commit comments