diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 9a1f3247..8dbf07e6 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -19,7 +19,7 @@ jobs: run: | $CONDA/bin/conda config --set solver classic $CONDA/bin/conda install -c lsstts -c conda-forge pre-commit ts-pre-commit-config python=3.11 -y - $CONDA/bin/conda install -c conda-forge pre-commit -y + $CONDA/bin/conda install -c conda-forge pre-commit identify>=2.6 -y $CONDA/bin/generate_pre_commit_conf --skip-pre-commit-install - name: Run pre commit checks