Skip to content

Commit

Permalink
skip pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jun 13, 2024
1 parent 6eb30a2 commit b23d5a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .ci/lint-python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

set -e -E -u -o pipefail

echo "running pre-commit checks"
pre-commit run --all-files || exit 1
echo "done running pre-commit checks"
# this can be re-enabled when this is fixed:
# https://github.com/tox-dev/filelock/issues/337
# echo "running pre-commit checks"
# pre-commit run --all-files || exit 1
# echo "done running pre-commit checks"

echo "running mypy"
mypy \
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
export BUILD_DIRECTORY="$GITHUB_WORKSPACE"
export CONDA=${HOME}/miniforge
export PATH=${CONDA}/bin:$HOME/.local/bin:${PATH}
# temporary fix for https://github.com/tox-dev/filelock/issues/337
rm -rf ${HOME}/.cache/pre-commit
$GITHUB_WORKSPACE/.ci/setup.sh || exit 1
$GITHUB_WORKSPACE/.ci/test.sh || exit 1
r-check-docs:
Expand Down

0 comments on commit b23d5a2

Please sign in to comment.