File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Use an already-installed `pyrefly` so your CLI/CI/IDE versions stay in sync:
1717``` yaml
1818repos :
1919 - repo : https://github.com/facebook/pyrefly-pre-commit
20- rev : 0.47 .0 # Note: this is the version of the pre-commit hook, NOT the pyrefly version used for type checking
20+ rev : 0.48 .0 # 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
3636repos:
3737 - repo: https://github.com/facebook/pyrefly-pre-commit
38- rev: 0.47 .0 # The pyrefly version to use
38+ rev: 0.48 .0 # The pyrefly version to use
3939 hooks:
4040 - id: pyrefly-check
4141 name: Pyrefly (type checking)
115115` ` `
116116repos:
117117 - repo: https://github.com/facebook/pyrefly-pre-commit
118- rev: 0.47 .0
118+ rev: 0.48 .0
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.47 .0
137+ - pyrefly==0.48 .0
138138` ` `
139139
140140to :
141141
142142` ` `
143143repos:
144144 - repo: https://github.com/facebook/pyrefly-pre-commit
145- rev: 0.47 .0
145+ rev: 0.48 .0
146146 hooks:
147147 - id: pyrefly-check
148148 name: Pyrefly (type checking)
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/facebook/pyrefly-pre-commit
3- rev : 0.47 .0
3+ rev : 0.48 .0
44 hooks :
55 - id : pyrefly-check
66 name : Pyrefly (type checking)
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/facebook/pyrefly-pre-commit
3- rev : 0.47 .0
3+ rev : 0.48 .0
44 hooks :
55 - id : pyrefly-check
66 name : Pyrefly (type checking)
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ dependencies = [
1010[dependency-groups ]
1111dev = [
1212 " pre-commit==4.5.0" ,
13- " pyrefly==0.47 .0" ,
13+ " pyrefly==0.48 .0" ,
1414]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ requires-python = ">=3.8"
77license = {text = " MIT" }
88authors = [{ name = " Pyrefly contributors" }]
99dependencies = [
10- " pyrefly==0.47 .0" ,
10+ " pyrefly==0.48 .0" ,
1111]
1212classifiers = [
1313 " License :: OSI Approved :: MIT License" ,
You can’t perform that action at this time.
0 commit comments