Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

Commit

Permalink
chore: Update pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrelg committed Jul 4, 2023
1 parent 8cd209a commit ae4592a
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black

Expand Down Expand Up @@ -31,7 +31,7 @@ repos:
]

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.8.0
hooks:
- id: pyupgrade
args: [ "--py3-plus", "--py36-plus", "--py37-plus" ]
Expand All @@ -42,7 +42,7 @@ repos:
- id: isort

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.0.0
rev: v1.4.1
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit ae4592a

Please sign in to comment.