Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#477)
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 20.8b1 → 21.12b0](psf/black@20.8b1...21.12b0)
- [github.com/pre-commit/pre-commit-hooks: v3.3.0 → v4.1.0](pre-commit/pre-commit-hooks@v3.3.0...v4.1.0)
- [github.com/adrienverge/yamllint.git: v1.25.0 → v1.26.3](https://github.com/adrienverge/yamllint.git/compare/v1.25.0...v1.26.3)
- [github.com/astronomer/pre-commit-hooks: fdcede7a5c8ea762c903f242279112161cf35d9f → bd325c947efcba13c03b4f4c93d882f2f83ed6ff](astronomer/pre-commit-hooks@fdcede7...bd325c9)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Jan 12, 2022
1 parent 07c75e3 commit 301ea78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ repos:
language: system
entry: 'gofmt -w -s'
- repo: https://github.com/psf/black
rev: 20.8b1
rev: 21.12b0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0
rev: v4.1.0
hooks:
- id: check-case-conflict
- id: check-executables-have-shebangs
Expand Down Expand Up @@ -43,11 +43,11 @@ repos:
- id: beautysh
args: ['--indent-size', '2']
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.25.0
rev: v1.26.3
hooks:
- id: yamllint
- repo: https://github.com/astronomer/pre-commit-hooks
rev: fdcede7a5c8ea762c903f242279112161cf35d9f
rev: bd325c947efcba13c03b4f4c93d882f2f83ed6ff
hooks:
- id: CVE-2017-18342
- id: remove-en-dashes
Expand Down

0 comments on commit 301ea78

Please sign in to comment.