Skip to content

Commit 55168d3

Browse files
[pre-commit.ci] pre-commit autoupdate (#679)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f424a00 commit 55168d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- --target-version=py38
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
1313
# Ruff version.
14-
rev: 'v0.13.3'
14+
rev: 'v0.14.0'
1515
hooks:
1616
- id: ruff
1717
args: [--fix, --exit-non-zero-on-fix]
@@ -32,7 +32,7 @@ repos:
3232
exclude: "examples|venv|ci|docs"
3333
additional_dependencies: [types-pyyaml>=6.0]
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.20.0
35+
rev: v3.21.0
3636
hooks:
3737
- id: pyupgrade
3838
args: [--py39-plus]

0 commit comments

Comments
 (0)