Skip to content

Commit ca404e0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.14.14](astral-sh/ruff-pre-commit@v0.14.10...v0.14.14) - [github.com/facebook/pyrefly-pre-commit: 0.46.3 → 0.50.1](facebook/pyrefly-pre-commit@0.46.3...0.50.1)
1 parent 5e7752a commit ca404e0

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
@@ -2,13 +2,13 @@ default_language_version:
22
python: python3.10
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: 'v0.14.10'
5+
rev: 'v0.14.14'
66
hooks:
77
- id: ruff
88
args: [ "--fix" ]
99
- id: ruff-format
1010
- repo: https://github.com/facebook/pyrefly-pre-commit
11-
rev: 0.46.3
11+
rev: 0.50.1
1212
hooks:
1313
- id: pyrefly-check
1414
name: Pyrefly (type checking)

0 commit comments

Comments
 (0)