Skip to content

Commit

Permalink
chore: Bump pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
aiven-anton committed May 8, 2023
1 parent 9dba80f commit 9259060
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 @@ -31,13 +31,13 @@ repos:
- id: shfmt

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.4.0
hooks:
- id: pyupgrade
args: [ --py38-plus ]

- repo: https://github.com/pycqa/autoflake
rev: v2.0.2
rev: v2.1.1
hooks:
- id: autoflake
args:
Expand All @@ -61,14 +61,14 @@ repos:
- id: flake8

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.1.1
rev: v1.2.0
hooks:
- id: mypy
pass_filenames: false

- repo: https://github.com/PyCQA/pylint
# Note: pre-commit autoupdate changes to an alpha version. Instead, manually find the
# latest stable version here: https://github.com/pylint-dev/pylint/releases
rev: v2.17.1
rev: v2.17.4
hooks:
- id: pylint

0 comments on commit 9259060

Please sign in to comment.