Skip to content

Commit

Permalink
auto-update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
lbluque authored Feb 28, 2024
1 parent 23725e0 commit c5a0322
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
args: ['--maxkb=500']

- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.2.0
hooks:
- id: black

Expand All @@ -38,13 +38,13 @@ repos:
- --profile=black

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

- repo: https://github.com/PyCQA/autoflake
rev: v2.2.1
rev: v2.3.0
hooks:
- id: autoflake
args:
Expand Down

0 comments on commit c5a0322

Please sign in to comment.