Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#864)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.260 →
v0.0.261](astral-sh/ruff-pre-commit@v0.0.260...v0.0.261)
- [github.com/pre-commit/mirrors-mypy: v1.1.1 →
v1.2.0](pre-commit/mirrors-mypy@v1.1.1...v1.2.0)
<!--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] authored Apr 13, 2023
1 parent 74581b3 commit 54b89ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ repos:

# Ruff linter, replacement for flake8
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.260'
rev: 'v0.0.261'
hooks:
- id: ruff

Expand All @@ -69,7 +69,7 @@ repos:

# Python type checking
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.1.1'
rev: 'v1.2.0'
hooks:
- id: mypy
additional_dependencies: [numpy]
Expand Down

0 comments on commit 54b89ca

Please sign in to comment.