installed prettier and added ignores for npm packages
Code Quality Pipeline / Setup Python and UV dependencies (pull_request) Successful in 57s
Code Quality Pipeline / code-quality (pull_request) Failing after 3s
Test Python Package / Setup Python and UV dependencies (pull_request) Successful in 13s
Test Python Package / test (pull_request) Failing after 3s
Type Check / Setup Python and UV dependencies (pull_request) Successful in 13s
Type Check / type-check (pull_request) Failing after 3s

This commit is contained in:
Brian Bjarke Jensen
2025-08-28 20:59:57 +02:00
parent 5e610dd469
commit 97f48122cc
2 changed files with 14 additions and 0 deletions
+9
View File
@@ -7,6 +7,15 @@ __pycache__/
# C extensions
*.so
# Node.js/npm
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm
.yarn-integrity
package-lock.json
# Distribution / packaging
.Python
build/