Skip to content

Commit

Permalink
Update to latest project configs
Browse files Browse the repository at this point in the history
  • Loading branch information
chiatt committed Jul 31, 2024
1 parent 37f0fe0 commit 2e3f2c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
*.pyc
*.log
node_modules
*.coverage
coverage/
disco/logs
disco/export_deliverables
disco/cantaloupe/*
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ repos:
name: prettier
entry: npm run prettier:fix
language: system
files: {{ project_name }}/src
files: disco/src
- id: eslint
name: eslint
entry: npm run eslint:fix
language: system
files: {{ project_name }}/src
files: disco/src
- id: typescript
name: typescript
entry: npm run ts:check
Expand Down
1 change: 0 additions & 1 deletion disco/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@
# "silk",
"arches_templating",
"arches_for_science",
"disco",
)

INSTALLED_APPS += ("arches.app",)
Expand Down

0 comments on commit 2e3f2c1

Please sign in to comment.