Skip to content

Commit

Permalink
nits re #10575
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Jun 10, 2024
1 parent 5826c6f commit b400e62
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions arches/management/commands/updateproject.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ def update_to_v7_6(self):
"vitest.setup.mts",
"eslint.config.mjs",
".prettierrc",
".pre-commit-config.yaml",
]:
if os.path.exists(os.path.join(settings.APP_ROOT, config_file)):
self.stdout.write(
Expand Down
7 changes: 7 additions & 0 deletions releases/7.6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,13 @@ Minor incompatibilities:
```
11. If you do any custom development, reinstall the python development dependencies and install the pre-commit hooks. (You can always ignore these hooks with `git commit --no-verify`.)
```
pip install -r install/requirements_dev.txt
pre-commit install
```
11. Run `python manage.py updateproject`
12. Navigate to the directory with your project's package.json file. Then run:
Expand Down

0 comments on commit b400e62

Please sign in to comment.