Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/adrienverge/yamllint.git: v1.21.0 → v1.26.1](https://github.com/adrienverge/yamllint.git/compare/v1.21.0...v1.26.1)
- [github.com/jumanjihouse/pre-commit-hooks: 2.0.0 → 2.1.5](jumanjihouse/pre-commit-hooks@2.0.0...2.1.5)
- [github.com/PyCQA/bandit: 1.6.2 → 1.7.0](PyCQA/bandit@1.6.2...1.7.0)
- [github.com/PyCQA/flake8: 3.7.9 → 3.9.2](PyCQA/flake8@3.7.9...3.9.2)
- [github.com/PyCQA/pydocstyle: 5.0.2 → 6.1.1](PyCQA/pydocstyle@5.0.2...6.1.1)
- [github.com/PyCQA/pylint: pylint-2.4.2 → v2.8.3](pylint-dev/pylint@pylint-2.4.2...v2.8.3)
- [github.com/pre-commit/pre-commit-hooks: v2.5.0 → v4.0.1](pre-commit/pre-commit-hooks@v2.5.0...v4.0.1)
- [github.com/Lucas-C/pre-commit-hooks: v1.1.7 → v1.1.10](Lucas-C/pre-commit-hooks@v1.1.7...v1.1.10)
- [github.com/jorisroovers/gitlint: v0.13.1 → v0.15.1](jorisroovers/gitlint@v0.13.1...v0.15.1)
- [github.com/Yelp/detect-secrets: v0.13.1 → v1.1.0](Yelp/detect-secrets@v0.13.1...v1.1.0)
  • Loading branch information
pre-commit-ci[bot] authored Jun 8, 2021
1 parent 530c05d commit 062e3ba
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.1
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.2
hooks:
- id: flake8

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

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

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.5.0
rev: v4.0.1
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.10
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.1
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.1.0
hooks:
- id: detect-secrets
args: [--baseline, ci/secrets.baseline]

0 comments on commit 062e3ba

Please sign in to comment.