File tree Expand file tree Collapse file tree 2 files changed +0
-21
lines changed
Expand file tree Collapse file tree 2 files changed +0
-21
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments