Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson authored Nov 29, 2023
1 parent 62baa25 commit 499ba7e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions {{cookiecutter.package_name}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{% if cookiecutter.create_docs == "yes" -%}
exclude: 'conf.py'
{%- endif %}

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

{% if cookiecutter.create_docs == "yes" -%}
exclude: 'conf.py'
{%- endif %}
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
Expand Down

0 comments on commit 499ba7e

Please sign in to comment.