Skip to content

Commit

Permalink
⬆️🪝 update pre-commit hooks (#222)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.4.1 →
v0.4.2](astral-sh/ruff-pre-commit@v0.4.1...v0.4.2)
- [github.com/pre-commit/mirrors-mypy: v1.9.0 →
v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0)
- [github.com/scientific-python/cookie: 2024.03.10 →
2024.04.23](scientific-python/cookie@2024.03.10...2024.04.23)
<!--pre-commit.ci end-->

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Apr 30, 2024
1 parent 8d0b70c commit e8ba13d
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
Expand Up @@ -63,7 +63,7 @@ repos:
types_or: [yaml, markdown, html, css, javascript, json]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.1
rev: v0.4.2
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand All @@ -79,7 +79,7 @@ repos:
additional_dependencies: [black==23.*]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.10.0
hooks:
- id: mypy
files: ^(src|tests)
Expand Down Expand Up @@ -107,7 +107,7 @@ repos:

# Check best practices for scientific Python code
- repo: https://github.com/scientific-python/cookie
rev: 2024.03.10
rev: 2024.04.23
hooks:
- id: sp-repo-review
additional_dependencies: ["repo-review[cli]"]

0 comments on commit e8ba13d

Please sign in to comment.