File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -235,8 +235,8 @@ strict = true
235235overrides = [ { module = [ " re_assert" ], ignore_missing_imports = true } ]
236236
237237[tool .pyrefly ]
238- project-includes = [ " src/tox" , " tests/type_check" ]
239238python-platform = " linux" # ty --python-platform all covers the other platforms; keeps pyrefly output identical on every runner
239+ project-includes = [ " src/tox" , " tests/type_check" ]
240240search-path = [ " src" , " typestubs" ]
241241
242242[tool .ty ]
@@ -255,7 +255,7 @@ ini_options.markers = [
255255]
256256ini_options.filterwarnings = [
257257 " error" ,
258- " ignore:os.path.commonprefix\\ (\\ ) is deprecated:DeprecationWarning" , # https://github.com/pygments/pygments/issues/3039 https://github.com/pypa/pyproject-hooks/issues/223
258+ " ignore:os.path.commonprefix\\ (\\ ) is deprecated:DeprecationWarning" , # https://github.com/pygments/pygments/issues/3039 https://github.com/pypa/pyproject-hooks/issues/223
259259 " ignore:subprocess .* is still running:ResourceWarning" ,
260260 " ignore:unclosed database in <sqlite3.Connection object at:ResourceWarning" ,
261261 " ignore:unclosed file <_io.TextIOWrapper:ResourceWarning" ,
You can’t perform that action at this time.
0 commit comments