Skip to content

Commit fe4fb5d

Browse files
hakancelikdevclaude
andcommitted
Revert playground migration, fix CI failures
- Remove playground directory and workflow - Restore original playground-unexport.hakancelik.dev URLs - Remove docformatter from pre-commit (python_venv incompatibility) - Fix test matrix: drop Python 3.9 (macOS dylib issue) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 685aece commit fe4fb5d

6 files changed

Lines changed: 3 additions & 249 deletions

File tree

.github/workflows/playground.yml

Lines changed: 0 additions & 66 deletions
This file was deleted.

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
os: [ubuntu-latest, macos-latest, windows-latest]
9-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
9+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1010
steps:
1111
- uses: actions/checkout@v4
1212

.pre-commit-config.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ repos:
1515
- id: unimport
1616
args: [--config=pyproject.toml]
1717

18-
- repo: https://github.com/PyCQA/docformatter
19-
rev: v1.7.5
20-
hooks:
21-
- id: docformatter
22-
args: [--config=pyproject.toml]
23-
2418
- repo: https://github.com/pre-commit/mirrors-mypy
2519
rev: v1.17.1
2620
hooks:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ to date.**
2222
For more information see: https://unexport.hakancelik.dev/
2323

2424
Try it out now using the Unexport Playground,
25-
https://unexport.hakancelik.dev/playground/
25+
https://playground-unexport.hakancelik.dev/

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ to date.**
2222
[![Last Commit](https://img.shields.io/github/last-commit/hakancelikdev/unexport.svg)](https://github.com/hakancelikdev/unexport/commits/main)
2323

2424
Try it out now using the Unexport Playground,
25-
https://unexport.hakancelik.dev/playground/
25+
https://playground-unexport.hakancelik.dev/
2626

2727
## Installation
2828

playground/index.py

Lines changed: 0 additions & 174 deletions
This file was deleted.

0 commit comments

Comments
 (0)