Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Apr 5, 2021
1 parent 530c05d commit 95315a5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fail_fast: false

repos:
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.21.0
rev: v1.26.0
hooks:
- id: yamllint
args: [--format, parsable, --strict]
Expand Down Expand Up @@ -36,7 +36,7 @@ repos:
args: [--mapping, '2', --sequence, '2', --offset, '0']

- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 2.0.0
rev: 2.1.5
hooks:
- id: check-mailmap
- id: forbid-binary
Expand All @@ -52,27 +52,27 @@ repos:
args: [-d, -i 4, -ci]

- repo: https://github.com/PyCQA/bandit
rev: 1.6.2
rev: 1.7.0
hooks:
- id: bandit

- repo: https://github.com/PyCQA/flake8
rev: 3.7.9
rev: 3.9.0
hooks:
- id: flake8

- repo: https://github.com/PyCQA/pydocstyle
rev: 5.0.2
rev: 6.0.0
hooks:
- id: pydocstyle

- repo: https://github.com/PyCQA/pylint
rev: pylint-2.4.2
rev: pylint-2.7.4
hooks:
- id: pylint

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.5.0
rev: v3.4.0
hooks:
- id: check-added-large-files
- id: check-byte-order-marker
Expand All @@ -91,7 +91,7 @@ repos:
- id: sort-simple-yaml

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.7
rev: v1.1.9
hooks:
- id: forbid-crlf
- id: forbid-tabs
Expand All @@ -100,7 +100,7 @@ repos:
- go

- repo: https://github.com/jorisroovers/gitlint
rev: v0.13.1
rev: v0.15.0
hooks:
- id: gitlint
stages: [commit-msg]
Expand All @@ -111,7 +111,7 @@ repos:
stages: [manual]

- repo: https://github.com/Yelp/detect-secrets
rev: v0.13.1
rev: v1.0.3
hooks:
- id: detect-secrets
args: [--baseline, ci/secrets.baseline]

0 comments on commit 95315a5

Please sign in to comment.