Skip to content

Commit

Permalink
Skip pre-commit config for now
Browse files Browse the repository at this point in the history
  • Loading branch information
vanpelt committed Apr 1, 2024
1 parent a9fb7cb commit a5921ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/postCreateCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pip install -e .[test]

# addressing warning...
git config --unset-all core.hooksPath
pre-commit install
pre-commit install --allow-missing-config

# pre-commit hooks cause permission weirdness
git config --global --add safe.directory /workspaces/openui
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
openui

0 comments on commit a5921ea

Please sign in to comment.