Skip to content

Commit 57ece99

Browse files
[pre-commit.ci] pre-commit autoupdate (#486)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.6.3](astral-sh/ruff-pre-commit@v0.5.6...v0.6.3) - [github.com/abravalheri/validate-pyproject: v0.18 → v0.19](abravalheri/validate-pyproject@v0.18...v0.19) * from xml.etree import ElementTree # noqa: ICN001 * from xml.etree import ElementTree # noqa: ICN001 * from xml.etree import ElementTree # noqa: ICN001 --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Christian Clauss <[email protected]>
1 parent df1e660 commit 57ece99

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repos:
3636
- tomli
3737

3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.5.6
39+
rev: v0.6.3
4040
hooks:
4141
- id: ruff
4242

@@ -51,6 +51,6 @@ repos:
5151
- id: pyproject-fmt
5252

5353
- repo: https://github.com/abravalheri/validate-pyproject
54-
rev: v0.18
54+
rev: v0.19
5555
hooks:
5656
- id: validate-pyproject

pysolr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import random
99
import re
1010
import time
11-
from xml.etree import ElementTree
11+
from xml.etree import ElementTree # noqa: ICN001
1212

1313
import requests
1414

tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import time
88
import unittest
99
from io import StringIO
10-
from xml.etree import ElementTree
10+
from xml.etree import ElementTree # noqa: ICN001
1111

1212
from pysolr import (
1313
NESTED_DOC_KEY,

0 commit comments

Comments
 (0)