Skip to content

Commit

Permalink
chore(deps): update precommit hook pre-commit/pre-commit-hooks to v4 (#…
Browse files Browse the repository at this point in the history
…290)

* chore(deps): update precommit hook pre-commit/pre-commit-hooks to v4
* chore(pre-commit): enable executable shebang linter

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Kevin James <KevinJames@thekev.in>
  • Loading branch information
3 people committed May 17, 2021
1 parent 0a49bd2 commit c6d697f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
@@ -1,11 +1,12 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.0.1
hooks:
- id: check-case-conflict
- id: check-executables-have-shebangs
- id: check-json
- id: check-merge-conflict
- id: check-shebang-scripts-are-executable
- id: check-symlinks
- id: check-toml
- id: check-vcs-permalinks
Expand Down
1 change: 0 additions & 1 deletion docs/conf.py
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
from coveralls import __version__


Expand Down

0 comments on commit c6d697f

Please sign in to comment.