Skip to content

Commit

Permalink
Merge pull request #93 from neuroinformatics-unit/pre-commit-1
Browse files Browse the repository at this point in the history
Add auto-update for pre-commit
  • Loading branch information
alessandrofelder authored Nov 29, 2023
2 parents 588cddb + 499ba7e commit c409695
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions {{cookiecutter.package_name}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{% if cookiecutter.create_docs == "yes" -%}
exclude: 'conf.py'
{%- endif %}

# Configuring https://pre-commit.ci/
ci:
autoupdate_schedule: monthly

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
Expand Down

0 comments on commit c409695

Please sign in to comment.