Skip to content

Commit

Permalink
Merge pull request #336 from asdf-format/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Oct 11, 2022
2 parents 138b8a0 + dc097d5 commit 5151e6c
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 @@ -12,13 +12,13 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/pyupgrade
rev: v2.38.2
rev: v3.1.0
hooks:
- id: pyupgrade
args: ["--py38-plus"]

- repo: https://github.com/PyCQA/autoflake
rev: v1.6.1
rev: v1.7.3
hooks:
- id: autoflake

Expand All @@ -28,7 +28,7 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 22.8.0
rev: 22.10.0
hooks:
- id: black

Expand Down

0 comments on commit 5151e6c

Please sign in to comment.