Skip to content

Commit

Permalink
Add renovate badge (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Sep 27, 2023
1 parent 841934d commit c98431f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
- main
- "renovate/**"
pull_request:
paths-ignore:
- "**.md"

jobs:
test:
Expand Down
6 changes: 4 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ repos:
rev: v1.5.1
hooks:
- id: mypy
additional_dependencies: [numpy, pydantic]
additional_dependencies:
- numpy
- pydantic
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
hooks:
Expand All @@ -40,7 +42,7 @@ repos:
hooks:
- id: blacken-docs
additional_dependencies:
- black==23.3.0
- black
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
hooks:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[![Documentation](https://img.shields.io/badge/Documentation-Example-blueviolet.svg)](https://paddyroddy.github.io/python-template)
[![Test](https://github.com/paddyroddy/python-template/actions/workflows/test.yml/badge.svg)](https://github.com/paddyroddy/python-template/actions/workflows/test.yml)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Renovate](https://img.shields.io/badge/renovate-enabled-orange?logo=renovatebot&logoColor=white.svg)](https://renovatebot.com)

## Installation

Expand Down

0 comments on commit c98431f

Please sign in to comment.