Skip to content

Commit

Permalink
chore(deps): update precommit hook pre-commit/pre-commit-hooks to v4 (T…
Browse files Browse the repository at this point in the history
…heKevJames#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 authored and andy-maier committed Dec 23, 2022
1 parent 085862d commit 6bb7b89
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 6bb7b89

Please sign in to comment.