Skip to content

Commit

Permalink
Force conda-lock pre-commit hook to run
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckwondo committed Apr 16, 2024
1 parent a24281f commit 861c27e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ repos:
language: system
entry: make lock
pass_filenames: false
files: "environment.*.yml|bin/lock"
always_run: true
files: "^(environment.*.yml|bin/lock)$"
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.10.0.1
hooks:
Expand Down

0 comments on commit 861c27e

Please sign in to comment.