Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
FredHappyface committed Jun 24, 2023
1 parent 1d55c15 commit 84c1dfd
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 @@ -5,12 +5,12 @@ repos:
- id: blackt

- repo: https://github.com/pycqa/isort
rev: 5.11.4
rev: 5.12.0
hooks:
- id: isort

- repo: https://github.com/pycqa/pylint
rev: v2.15.9
rev: v3.0.0a6
hooks:
- id: pylint
exclude: "tests/"
Expand All @@ -25,12 +25,12 @@ repos:
exclude: "tests/"

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.7.0
hooks:
- id: pyupgrade
args: [--py37-plus]
args: [--py38-plus]
- repo: https://github.com/boidolr/pre-commit-images
rev: v1.1.0
rev: v1.2.1
hooks:
- id: optimize-avif
exclude: "tests/"
Expand Down

0 comments on commit 84c1dfd

Please sign in to comment.