Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#486)
Browse files Browse the repository at this point in the history
* [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]>
  • Loading branch information
pre-commit-ci[bot] and cclauss committed Sep 3, 2024
1 parent df1e660 commit 57ece99
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repos:
- tomli

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.6
rev: v0.6.3
hooks:
- id: ruff

Expand All @@ -51,6 +51,6 @@ repos:
- id: pyproject-fmt

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.18
rev: v0.19
hooks:
- id: validate-pyproject
2 changes: 1 addition & 1 deletion pysolr.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import random
import re
import time
from xml.etree import ElementTree
from xml.etree import ElementTree # noqa: ICN001

import requests

Expand Down
2 changes: 1 addition & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import time
import unittest
from io import StringIO
from xml.etree import ElementTree
from xml.etree import ElementTree # noqa: ICN001

from pysolr import (
NESTED_DOC_KEY,
Expand Down

0 comments on commit 57ece99

Please sign in to comment.