Skip to content

Commit

Permalink
allow script to run on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing committed Jan 1, 2025
1 parent 7bc8349 commit 94937ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lint_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rm -r -f ./.coverage* ./.pytest_cache ./.temp ./dist ./docs/build ./*/__pycache_
python ./environments/make-env-files.py

# run the pre-commit hooks for linting/formatting
pre-commit run --all-files
SKIP=no-commit-to-branch pre-commit run --all-files

# build and validate the package
python -m validate_pyproject ./pyproject.toml
Expand Down

0 comments on commit 94937ad

Please sign in to comment.