Skip to content

Commit d6e9c31

Browse files
authored
Upgrade ruff, black (#20158)
1 parent c530109 commit d6e9c31

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ repos:
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
88
- repo: https://github.com/psf/black-pre-commit-mirror
9-
rev: 25.1.0
9+
rev: 25.9.0
1010
hooks:
1111
- id: black
1212
exclude: '^(test-data/)'
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.11.4
14+
rev: v0.14.3
1515
hooks:
16-
- id: ruff
16+
- id: ruff-check
1717
args: [--exit-non-zero-on-fix]
1818
- repo: https://github.com/python-jsonschema/check-jsonschema
1919
rev: 0.32.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ mypyc = [
107107

108108
[tool.black]
109109
line-length = 99
110-
target-version = ["py39", "py310", "py311", "py312", "py313"]
110+
target-version = ["py39", "py310", "py311", "py312", "py313", "py314"]
111111
skip-magic-trailing-comma = true
112112
force-exclude = '''
113113
^/mypy/typeshed|

0 commit comments

Comments
 (0)