Skip to content

Commit

Permalink
🔧 Update pre-commit hooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed Oct 22, 2023
1 parent 7403a3c commit 0e2f2f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-case-conflict
- id: check-docstring-first
Expand All @@ -15,7 +15,7 @@ repos:
- id: trailing-whitespace
exclude: conda/meta.yaml
- repo: https://github.com/asottile/pyupgrade
rev: "v3.13.0"
rev: "v3.15.0"
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand Down Expand Up @@ -47,11 +47,11 @@ repos:
hooks:
- id: docformatter
- repo: https://github.com/codespell-project/codespell
rev: "v2.2.5"
rev: "v2.2.6"
hooks:
- id: codespell
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
rev: v1.6.1
hooks:
- id: mypy
exclude: docs
Expand Down

0 comments on commit 0e2f2f4

Please sign in to comment.