Skip to content

Commit f8789bc

Browse files
authored
Merge pull request #12799 from pytest-dev/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 18353f7 + 50044f6 commit f8789bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: "v0.6.3"
3+
rev: "v0.6.5"
44
hooks:
55
- id: ruff
66
args: ["--fix"]
@@ -46,7 +46,7 @@ repos:
4646
# on <3.11
4747
- exceptiongroup>=1.0.0rc8
4848
- repo: https://github.com/tox-dev/pyproject-fmt
49-
rev: "2.2.1"
49+
rev: "2.2.3"
5050
hooks:
5151
- id: pyproject-fmt
5252
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version

testing/_py/test_local.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
def ignore_encoding_warning():
2020
with warnings.catch_warnings():
2121
if sys.version_info > (3, 10):
22-
warnings.simplefilter("ignore", EncodingWarning)
22+
warnings.simplefilter("ignore", EncodingWarning) # noqa: F821
2323
yield
2424

2525

0 commit comments

Comments
 (0)