Skip to content

Commit 426fb34

Browse files
authored
Merge pull request #50 from webflow/fern-bot/01-13-2025-0329PM
🌿 Fern Regeneration -- January 13, 2025
2 parents d294cb7 + a862ea8 commit 426fb34

File tree

322 files changed

+43484
-8280
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

322 files changed

+43484
-8280
lines changed

.fernignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ README.md
44
assets/
55

66
src/webflow/oauth.py
7+
src/webflow/types/oauth_scope.py

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ jobs:
3333
- name: Install dependencies
3434
run: poetry install
3535

36+
- name: Install Fern
37+
run: npm install -g fern-api
3638
- name: Test
37-
run: poetry run pytest ./tests/custom/
39+
run: fern test --command "poetry run pytest -rP ./tests/custom/"
3840

3941
publish:
4042
needs: [compile, test]

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ dist/
22
.mypy_cache/
33
__pycache__/
44
poetry.toml
5+
.ruff_cache/

0 commit comments

Comments
 (0)