Skip to content

Commit

Permalink
Remove pre-commit autoupdate action
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Mar 1, 2021
1 parent 0317ad3 commit aeafcbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 31 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/pre-commit-update.yml

This file was deleted.

7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -48,9 +48,10 @@ repos:
- id: check-json
files: ^(custom_components|tests)/.+\.json$
- id: trailing-whitespace
- id: no-commit-to-branch
args:
- --branch=master
# Uncomment below lines if you want to follow classical GitHub flow style development
# - id: no-commit-to-branch
# args:
# - --branch=master
- repo: local
hooks:
# Run mypy through our wrapper script in order to get the possible
Expand Down

0 comments on commit aeafcbf

Please sign in to comment.