Skip to content

Commit

Permalink
chore(deps): bump pre-commit linter versions
Browse files Browse the repository at this point in the history
updates:
- [github.com/pycqa/pylint: v2.17.1 → v3.0.0a6](pylint-dev/pylint@v2.17.1...v3.0.0a6)
- [github.com/Lucas-C/pre-commit-hooks: v1.4.2 → v1.5.1](Lucas-C/pre-commit-hooks@v1.4.2...v1.5.1)
- [github.com/asottile/pyupgrade: v3.3.1 → v3.3.2](asottile/pyupgrade@v3.3.1...v3.3.2)
- [github.com/antonbabenko/pre-commit-terraform: v1.77.1 → v1.77.3](antonbabenko/pre-commit-terraform@v1.77.1...v1.77.3)
  • Loading branch information
pre-commit-ci[bot] committed Apr 25, 2023
1 parent 005c193 commit bda8518
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 @@ -35,7 +35,7 @@ repos:
- id: name-tests-test
- id: requirements-txt-fixer
- repo: https://github.com/pycqa/pylint
rev: v2.17.1
rev: v3.0.0a6
hooks:
- id: pylint
additional_dependencies:
Expand All @@ -60,7 +60,7 @@ repos:
- -d ungrouped-imports # conflicts with reorder-python-imports
- -d wrong-import-order # conflicts with reorder-python-imports
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.4.2
rev: v1.5.1
hooks:
- id: remove-crlf
- id: remove-tabs
Expand All @@ -70,7 +70,7 @@ repos:
- id: reorder-python-imports
args: [--py39-plus]
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.3.2
hooks:
- id: pyupgrade
args: [--py311-plus]
Expand Down Expand Up @@ -139,7 +139,7 @@ repos:

# terraform
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.77.1
rev: v1.77.3
hooks:
- id: terraform_fmt
- id: terraform_validate

0 comments on commit bda8518

Please sign in to comment.