Skip to content

Commit

Permalink
Merge pull request #39 from pyodide/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
hoodmane authored Oct 8, 2024
2 parents a9043f4 + 5593a2b commit 8ffc496
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/pre-commit/pre-commit-hooks
rev: "v4.5.0"
rev: "v5.0.0"
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -13,26 +13,26 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.3.5"
rev: "v0.6.9"
hooks:
- id: ruff
args: [--fix]

- repo: https://github.com/psf/black
rev: "24.3.0"
rev: "24.8.0"
hooks:
- id: black


- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.9.0"
rev: "v1.11.2"
hooks:
- id: mypy
exclude: examples


- repo: https://github.com/codespell-project/codespell
rev: "v2.2.6"
rev: "v2.3.0"
hooks:
- id: codespell

Expand Down

0 comments on commit 8ffc496

Please sign in to comment.