Skip to content

Commit c6d697f

Browse files
renovate[bot]renovate-botTheKevJames
authored
chore(deps): update precommit hook pre-commit/pre-commit-hooks to v4 (#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>
1 parent 0a49bd2 commit c6d697f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v3.4.0
3+
rev: v4.0.1
44
hooks:
55
- id: check-case-conflict
66
- id: check-executables-have-shebangs
77
- id: check-json
88
- id: check-merge-conflict
9+
- id: check-shebang-scripts-are-executable
910
- id: check-symlinks
1011
- id: check-toml
1112
- id: check-vcs-permalinks

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python3
21
from coveralls import __version__
32

43

0 commit comments

Comments
 (0)