Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .fern/metadata.json

This file was deleted.

15 changes: 14 additions & 1 deletion .fernignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Specify files that shouldn't be modified by Fern

# Fern metadata
.fern/

# ManagementClient wrapper
src/auth0/management/management_client.py
src/auth0/management/token_provider.py
Expand All @@ -23,5 +26,15 @@ poetry.lock
requirements.txt
README.md
.gitignore
.github/workflows/ci.yml
.version

# Configuration files
.codecov.yml
.readthedocs.yaml
.semgrepignore
.shiprc
.snyk
LICENSE

# GitHub workflows and configuration
.github/
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/Bug Report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body:
attributes:
label: Checklist
options:
- label: I have looked into the [Readme](https://github.com/auth0/auth0-python#readme) and [Examples](https://github.com/auth0/auth0-python/blob/master/EXAMPLES.md), and have not found a suitable solution or answer.
- label: I have looked into the [Readme](https://github.com/auth0/auth0-python#readme) and have not found a suitable solution or answer.
required: true
- label: I have looked into the [API documentation](https://auth0-python.readthedocs.io/en/latest/) and have not found a suitable solution or answer.
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/Feature Request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body:
attributes:
label: Checklist
options:
- label: I have looked into the [Readme](https://github.com/auth0/auth0-python#readme) and [Examples](https://github.com/auth0/auth0-python/blob/master/EXAMPLES.md), and have not found a suitable solution or answer.
- label: I have looked into the [Readme](https://github.com/auth0/auth0-python#readme) and have not found a suitable solution or answer.
required: true
- label: I have looked into the [API documentation](https://auth0-python.readthedocs.io/en/latest/) and have not found a suitable solution or answer.
required: true
Expand Down