Skip to content

Commit 88ea3cd

Browse files
Mirror pyrefly 0.48.2
1 parent 1f3fc36 commit 88ea3cd

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Use an already-installed `pyrefly` so your CLI/CI/IDE versions stay in sync:
1717
```yaml
1818
repos:
1919
- repo: https://github.com/facebook/pyrefly-pre-commit
20-
rev: 0.48.1 # Note: this is the version of the pre-commit hook, NOT the pyrefly version used for type checking
20+
rev: 0.48.2 # Note: this is the version of the pre-commit hook, NOT the pyrefly version used for type checking
2121
hooks:
2222
- id: pyrefly-check
2323
name: Pyrefly (type checking)
@@ -35,7 +35,7 @@ Let pre-commit manage the pyrefly installation:
3535
```yaml
3636
repos:
3737
- repo: https://github.com/facebook/pyrefly-pre-commit
38-
rev: 0.48.1 # The pyrefly version to use
38+
rev: 0.48.2 # The pyrefly version to use
3939
hooks:
4040
- id: pyrefly-check
4141
name: Pyrefly (type checking)
@@ -115,7 +115,7 @@ to:
115115
```
116116
repos:
117117
- repo: https://github.com/facebook/pyrefly-pre-commit
118-
rev: 0.48.1
118+
rev: 0.48.2
119119
hooks:
120120
- id: pyrefly-check
121121
name: Pyrefly (type checking)
@@ -134,15 +134,15 @@ repos:
134134
name: Pyrefly (type checking)
135135
pass_filenames: false
136136
additional_dependencies:
137-
- pyrefly==0.48.1
137+
- pyrefly==0.48.2
138138
```
139139

140140
to:
141141

142142
```
143143
repos:
144144
- repo: https://github.com/facebook/pyrefly-pre-commit
145-
rev: 0.48.1
145+
rev: 0.48.2
146146
hooks:
147147
- id: pyrefly-check
148148
name: Pyrefly (type checking)

examples/specific-version-hook/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/facebook/pyrefly-pre-commit
3-
rev: 0.48.1
3+
rev: 0.48.2
44
hooks:
55
- id: pyrefly-check
66
name: Pyrefly (type checking)

examples/system-hook/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/facebook/pyrefly-pre-commit
3-
rev: 0.48.1
3+
rev: 0.48.2
44
hooks:
55
- id: pyrefly-check
66
name: Pyrefly (type checking)

examples/system-hook/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ dependencies = [
1010
[dependency-groups]
1111
dev = [
1212
"pre-commit==4.5.0",
13-
"pyrefly==0.48.1",
13+
"pyrefly==0.48.2",
1414
]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.8"
77
license = {text = "MIT"}
88
authors = [{ name = "Pyrefly contributors"}]
99
dependencies = [
10-
"pyrefly==0.48.1",
10+
"pyrefly==0.48.2",
1111
]
1212
classifiers = [
1313
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)