Skip to content

Commit

Permalink
Updating stage name from commit to pre-commit. (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewoldag authored Oct 28, 2024
1 parent 7412e8d commit ce2e6e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dev = [
"black", # Used to format code
"pre-commit", # Used to run checks prior to committing code
"pytest", # Used to run tests
"pytest-cov", # Used to measure test coverage
"pylint", # test pylint in unit tests
"pytest-copie", # Used to create hydrated copier projects for testing
"tox", # Used to run tests in multiple environments
Expand Down
2 changes: 1 addition & 1 deletion python-project-template/.pre-commit-config.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
description: Clear output from Jupyter notebooks.
files: \.ipynb$
exclude: ^docs/pre_executed
stages: [commit]
stages: [pre-commit]
language: system
entry: jupyter nbconvert --clear-output
# Prevents committing directly branches named 'main' and 'master'.
Expand Down

0 comments on commit ce2e6e0

Please sign in to comment.