From c6d697fcd43778205348da0e16e247b5f4bc1488 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 16:44:13 -0700 Subject: [PATCH] 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 Co-authored-by: Kevin James --- .pre-commit-config.yaml | 3 ++- docs/conf.py | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b9058165..8047a7b5 100644 --- a/.pre-commit-config.yaml +++ b/.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 diff --git a/docs/conf.py b/docs/conf.py index fc9f5593..2f3ced54 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 from coveralls import __version__