Skip to content

Commit 5c6d8b4

Browse files
issue 77 pt3 final lints
1 parent e7d0fae commit 5c6d8b4

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ jobs:
6363
- name: ai-threat-detection-backend
6464
type: ruff
6565
path: PROJECTS/advanced/ai-threat-detection/backend
66-
# Python (ruff) - Templates
67-
- name: fullstack-template-backend
68-
type: ruff
69-
path: TEMPLATES/fullstack-template/backend
7066
# Biome (frontend)
7167
- name: bug-bounty-platform-frontend
7268
type: biome
@@ -83,9 +79,6 @@ jobs:
8379
- name: encrypted-p2p-chat-frontend
8480
type: biome
8581
path: PROJECTS/advanced/encrypted-p2p-chat/frontend
86-
- name: fullstack-template-frontend
87-
type: biome
88-
path: TEMPLATES/fullstack-template/frontend
8982
# Go
9083
- name: simple-vulnerability-scanner
9184
type: go

.pre-commit-config.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,6 @@ repos:
8484
files: ^PROJECTS/advanced/ai-threat-detection/backend/
8585
exclude: (\.venv|__pycache__|\.pytest_cache)/
8686

87-
# Templates
88-
- id: ruff
89-
name: ruff check (fullstack-template backend)
90-
args: [--fix, --exit-non-zero-on-fix]
91-
files: ^TEMPLATES/fullstack-template/backend/
92-
exclude: (\.venv|__pycache__|\.pytest_cache)/
93-
9487

9588
# Go golangci-lint Checks
9689
- repo: local
@@ -149,13 +142,6 @@ repos:
149142
files: ^PROJECTS/advanced/encrypted-p2p-chat/frontend/src/
150143
pass_filenames: false
151144

152-
- id: biome-fullstack-template
153-
name: biome check (fullstack-template frontend)
154-
entry: bash -c 'cd TEMPLATES/fullstack-template/frontend && npx @biomejs/biome check .'
155-
language: system
156-
files: ^TEMPLATES/fullstack-template/frontend/src/
157-
pass_filenames: false
158-
159145
- repo: https://github.com/pre-commit/pre-commit-hooks
160146
rev: v6.0.0
161147
hooks:

0 commit comments

Comments
 (0)