Skip to content

Commit

Permalink
ci: update hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
oedokumaci committed May 2, 2023
1 parent d94a2d3 commit 06c04ba
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
@@ -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 @@ -33,17 +33,17 @@ repos:
- id: requirements-txt-fixer

- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.4
hooks:
- id: codespell

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.3.2
hooks:
- id: pyupgrade

- repo: https://github.com/pdm-project/pdm
rev: 2.4.5 # any PDM release exposing the hook should work
rev: 2.5.3 # any PDM release exposing the hook should work
hooks:
- id: pdm-export
args:
Expand All @@ -55,7 +55,7 @@ repos:
files: ^pdm.toml$

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
rev: v1.2.0
hooks:
- id: mypy
# exclude: ^tests/
Expand Down

0 comments on commit 06c04ba

Please sign in to comment.