diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 79d47a7f..88ea38a0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -63,10 +63,6 @@ jobs: - name: ai-threat-detection-backend type: ruff path: PROJECTS/advanced/ai-threat-detection/backend - # Python (ruff) - Templates - - name: fullstack-template-backend - type: ruff - path: TEMPLATES/fullstack-template/backend # Biome (frontend) - name: bug-bounty-platform-frontend type: biome @@ -83,9 +79,6 @@ jobs: - name: encrypted-p2p-chat-frontend type: biome path: PROJECTS/advanced/encrypted-p2p-chat/frontend - - name: fullstack-template-frontend - type: biome - path: TEMPLATES/fullstack-template/frontend # Go - name: simple-vulnerability-scanner type: go diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d079ca0..84bc250a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -84,13 +84,6 @@ repos: files: ^PROJECTS/advanced/ai-threat-detection/backend/ exclude: (\.venv|__pycache__|\.pytest_cache)/ - # Templates - - id: ruff - name: ruff check (fullstack-template backend) - args: [--fix, --exit-non-zero-on-fix] - files: ^TEMPLATES/fullstack-template/backend/ - exclude: (\.venv|__pycache__|\.pytest_cache)/ - # Go golangci-lint Checks - repo: local @@ -149,13 +142,6 @@ repos: files: ^PROJECTS/advanced/encrypted-p2p-chat/frontend/src/ pass_filenames: false - - id: biome-fullstack-template - name: biome check (fullstack-template frontend) - entry: bash -c 'cd TEMPLATES/fullstack-template/frontend && npx @biomejs/biome check .' - language: system - files: ^TEMPLATES/fullstack-template/frontend/src/ - pass_filenames: false - - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0 hooks: