Skip to content

Commit 9702336

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b716095 commit 9702336

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ strict = true
235235
overrides = [ { module = [ "re_assert" ], ignore_missing_imports = true } ]
236236

237237
[tool.pyrefly]
238-
project-includes = [ "src/tox", "tests/type_check" ]
239238
python-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" ]
240240
search-path = [ "src", "typestubs" ]
241241

242242
[tool.ty]
@@ -255,7 +255,7 @@ ini_options.markers = [
255255
]
256256
ini_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",

0 commit comments

Comments
 (0)