We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a28be3 commit 597e27dCopy full SHA for 597e27d
.gitignore
@@ -160,4 +160,8 @@ cython_debug/
160
# and can be added to the global gitignore or merged into this file. For a more nuclear
161
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
162
.idea/
163
-.DS_Store
+.DS_Store
164
+
165
+# Playwright Tests
166
+playwright-python/
167
+tests/
patch_python_package.py
@@ -5,7 +5,7 @@
5
import toml
6
7
patchright_version = os.environ.get('playwright_version')
8
-# patchright_version = "1.55.1"
+patchright_version = "1.55.2"
9
10
def patch_file(file_path: str, patched_tree: ast.AST) -> None:
11
with open(file_path, "w") as f:
0 commit comments