Skip to content

Commit

Permalink
Update precommit
Browse files Browse the repository at this point in the history
[https://github.com/PyCQA/autoflake] updating v2.2.1 -> v2.3.1
[https://github.com/pre-commit/pre-commit-hooks] updating v4.5.0 -> v4.6.0
[https://github.com/psf/black] updating 24.1.1 -> 24.4.2
[https://github.com/PyCQA/isort] already up to date!
[https://github.com/PyCQA/flake8] already up to date!
[https://github.com/executablebooks/mdformat] already up to date!
[https://github.com/antonbabenko/pre-commit-terraform] updating v1.86.0 -> v1.89.1
[https://github.com/terraform-docs/terraform-docs] already up to date!
[https://github.com/pre-commit/mirrors-mypy] updating v1.8.0 -> v1.10.0
  • Loading branch information
dragon-dxw committed May 17, 2024
1 parent fd4a9a9 commit ea7c699
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
Expand Up @@ -2,20 +2,20 @@ default_stages: [commit]

repos:
- repo: https://github.com/PyCQA/autoflake
rev: v2.2.1
rev: v2.3.1
hooks:
- id: autoflake

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-json

- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.4.2
hooks:
- id: black

Expand All @@ -38,7 +38,7 @@ repos:
exclude: "terraform/README.md"

- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.86.0
rev: v1.89.1
hooks:
- id: terraform_fmt

Expand All @@ -49,7 +49,7 @@ repos:
args: ["markdown", "table", "--output-file", "README.md", "./terraform"]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0 # Use the sha / tag you want to point at
rev: v1.10.0 # Use the sha / tag you want to point at
hooks:
- id: mypy
name: mypy-src
Expand Down

0 comments on commit ea7c699

Please sign in to comment.