Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#909)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/psf/black: 23.3.0 →
23.7.0](psf/black@23.3.0...23.7.0)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.272 →
v0.0.280](astral-sh/ruff-pre-commit@v0.0.272...v0.0.280)
- [github.com/pre-commit/mirrors-mypy: v1.3.0 →
v1.4.1](pre-commit/mirrors-mypy@v1.3.0...v1.4.1)
<!--pre-commit.ci end-->

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Hans Dembinski <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and HDembinski authored Jul 26, 2023
1 parent f94cec0 commit 90bdef9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ repos:

# Python formatting
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black

# Ruff linter, replacement for flake8, pydocstyle, isort
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.272'
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.0.280'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -62,7 +62,7 @@ repos:

# Python type checking
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.3.0'
rev: 'v1.4.1'
hooks:
- id: mypy
additional_dependencies: [numpy]
Expand Down
4 changes: 2 additions & 2 deletions tests/test_repr.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa E501
# flake8: noqa: E501
from iminuit import Minuit
from iminuit.util import Params, Param, Matrix, FMin, MError
from iminuit.util import Param, Matrix, FMin, MError
from iminuit import _repr_html, _repr_text
import pytest
from argparse import Namespace
Expand Down

0 comments on commit 90bdef9

Please sign in to comment.