Skip to content

Commit

Permalink
Update pre-commit hook versions (cookiecutter#1849)
Browse files Browse the repository at this point in the history
Co-authored-by: Érico Andrei <ericof@gmail.com>
  • Loading branch information
kurtmckee and ericof authored Jun 13, 2023
1 parent 2010c3c commit c6a6526
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/PyCQA/doc8
rev: 0.11.2
rev: v1.1.1
hooks:
- id: doc8
name: doc8
Expand All @@ -11,13 +11,13 @@ repos:
files: \.rst$
require_serial: true
- repo: https://github.com/psf/black.git
rev: 22.3.0
rev: 23.3.0
hooks:
- id: black
language_version: python3
exclude: ^(tests\/hooks-abort-render\/hooks|docs\/HelloCookieCutter1)
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
Expand All @@ -44,11 +44,11 @@ repos:
- flake8-black
- flake8-docstrings
- repo: https://github.com/PyCQA/bandit
rev: 1.7.4
rev: 1.7.5
hooks:
- id: bandit
args: [--ini, .bandit]
- repo: https://github.com/mgedmin/check-manifest
rev: "0.48"
rev: "0.49"
hooks:
- id: check-manifest

0 comments on commit c6a6526

Please sign in to comment.